Skip to content

Commit

Permalink
Add uploads.ini configuration file for PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Mar 9, 2024
1 parent 03f5cb0 commit 18c0a0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imageroot/systemd/user/wordpress-app.service
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ ExecStart=/usr/bin/podman run --conmon-pidfile %t/wordpress-app.pid \
--cidfile %t/wordpress-app.ctr-id --cgroups=no-conmon \
--pod-id-file %t/wordpress.pod-id --replace -d --name wordpress-app \
--volume wordpress-app:/var/www/html/:Z \
--volume ./config/uploads.ini:/usr/local/etc/php/conf.d/uploads.ini \
--env=WORDPRESS_* \
--env WORDPRESS_DB_TYPE="mysql" \
--env WORDPRESS_DB_HOST=127.0.0.1 \
Expand Down

0 comments on commit 18c0a0b

Please sign in to comment.