diff --git a/run-wordpress.sh b/run-wordpress.sh index 4844b39..223669f 100755 --- a/run-wordpress.sh +++ b/run-wordpress.sh @@ -22,7 +22,7 @@ podman run --name=wordpress_wordpress_1 --detach \ -e WORDPRESS_DB_PASSWORD=${MYSQL_PASSWORD} \ -e WORDPRESS_DB_NAME=wordpress \ --mount type=bind,source=/home/${USER}/wp-content,destination=/var/www/html/wp-content \ - --mount type=bind,source=/home/${USER}/uploads.ini,destination=/usr/local/etc/php/conf.d/uploads.ini \ + --mount type=bind,source=/home/${USER}/wordpress/uploads.ini,destination=/usr/local/etc/php/conf.d/uploads.ini \ -p 127.0.0.1:${NGINX_PORT}:80 \ wordpress:${WORDPRESS_VERSION}