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