This commit is contained in:
Alex55 2026-03-19 10:17:39 +02:00
parent 3c81f52f5e
commit d759ff220c
1 changed files with 3 additions and 2 deletions

View File

@ -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: