Обновить docker-compose/docker-compose.yml
This commit is contained in:
parent
1be45fdc7d
commit
ebd8502b3e
|
@ -9,7 +9,7 @@ services:
|
||||||
- "443:443"
|
- "443:443"
|
||||||
volumes:
|
volumes:
|
||||||
- ./nginx:/etc/nginx/conf.d
|
- ./nginx:/etc/nginx/conf.d
|
||||||
- ./cert:/etc/nginx/ssl:ro
|
- ./cert:/etc/nginx/ssl
|
||||||
networks:
|
networks:
|
||||||
- loop-network
|
- loop-network
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
Loading…
Reference in New Issue