1232w
This commit is contained in:
parent
3c81f52f5e
commit
d759ff220c
|
|
@ -1,4 +1,5 @@
|
|||
services:
|
||||
|
||||
nginx:
|
||||
image: nginx:latest
|
||||
container_name: nginx
|
||||
|
|
@ -9,8 +10,8 @@ services:
|
|||
- ./nginx/conf.d:/etc/nginx/conf.d
|
||||
- ./nginx/certbot/www:/var/www/certbot
|
||||
- ./nginx/certbot/conf:/etc/letsencrypt
|
||||
depends_on:
|
||||
- flask
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
restart: always
|
||||
|
||||
web:
|
||||
|
|
|
|||
Loading…
Reference in New Issue