fixed path
This commit is contained in:
parent
59d5e8e8a2
commit
f67e819c4c
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue