Custom SSL Nginx Alpine

This commit is contained in:
Siroco 2021-03-17 01:24:20 +01:00
parent 5e1dede9cd
commit ac9731c481
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ RUN mv wp-cli.phar wp
#USER root #USER root
EXPOSE 9000 EXPOSE 9000
VOLUME /app/wordpress/wp-content VOLUME /app/wordpress
CMD ["/usr/sbin/php-fpm7.3","--nodaemonize"]] CMD ["/usr/sbin/php-fpm7.3","--nodaemonize"]]

View File

@ -19,7 +19,7 @@ services:
wordpress: wordpress:
build: . build: .
volumes: volumes:
- data:/app/wordpress/wp-content/ - data:/app/wordpress
restart: always restart: always
nginx: nginx: