forked from Hay1tsme/artemis
docker: a little change
This commit is contained in:
@ -67,17 +67,17 @@ services:
|
|||||||
- "9090:8080"
|
- "9090:8080"
|
||||||
|
|
||||||
##Note: uncomment to allow use nginx with artemis, don't forget to comment 80 and 8443 ports on artemis
|
##Note: uncomment to allow use nginx with artemis, don't forget to comment 80 and 8443 ports on artemis
|
||||||
# nginx:
|
#nginx:
|
||||||
# hostname: ma.nginx
|
# hostname: ma.nginx
|
||||||
# image: nginx:latest
|
# image: nginx:latest
|
||||||
# ports:
|
# ports:
|
||||||
# - "80:80"
|
# - "80:80"
|
||||||
# - "443:443"
|
# - "443:443"
|
||||||
# - "8443:8443"
|
# - "8443:8443"
|
||||||
# volumes:
|
# volumes:
|
||||||
##Note: copy example_config/example_nginx.conf to configs/nginx folder, edit it and rename to nginx.conf
|
##Note: copy example_config/example_nginx.conf to configs/nginx folder, edit it and rename to nginx.conf
|
||||||
# - ./configs/nginx:/etc/nginx/conf.d
|
# - ./configs/nginx:/etc/nginx/conf.d
|
||||||
# - ./cert:/etc/nginx/cert
|
# - ./cert:/etc/nginx/cert
|
||||||
# - ./logs/nginx:/var/log/nginx
|
# - ./logs/nginx:/var/log/nginx
|
||||||
# depends_on:
|
# depends_on:
|
||||||
# - app
|
# - app
|
Reference in New Issue
Block a user