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
|
#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"]]
|
||||||
|
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user