Custom SSL Nginx Alpine
This commit is contained in:
parent
5e1dede9cd
commit
ac9731c481
@ -36,7 +36,7 @@ RUN mv wp-cli.phar wp
|
||||
#USER root
|
||||
|
||||
EXPOSE 9000
|
||||
VOLUME /app/wordpress/wp-content
|
||||
VOLUME /app/wordpress
|
||||
|
||||
CMD ["/usr/sbin/php-fpm7.3","--nodaemonize"]]
|
||||
|
||||
|
@ -19,7 +19,7 @@ services:
|
||||
wordpress:
|
||||
build: .
|
||||
volumes:
|
||||
- data:/app/wordpress/wp-content/
|
||||
- data:/app/wordpress
|
||||
restart: always
|
||||
|
||||
nginx:
|
||||
|
Loading…
Reference in New Issue
Block a user