fixed path

missytake 2020-06-07 15:33:59 +02:00
parent ee088d3ce7
commit 86869d86d9
1 changed files with 1 additions and 1 deletions

View File

@ -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}