Fixed netowork
Some checks failed
Build Android App / build (push) Failing after 45s

This commit is contained in:
Ubuntu
2026-01-02 16:30:13 +00:00
parent 49b18b5701
commit 016f7911f3

View File

@@ -5,7 +5,7 @@ services:
dockerfile: Dockerfile dockerfile: Dockerfile
container_name: quotegen_web container_name: quotegen_web
ports: ports:
- "8080:80" - "8087:80"
restart: unless-stopped restart: unless-stopped
environment: environment:
- TZ=UTC - TZ=UTC
@@ -15,3 +15,9 @@ services:
timeout: 10s timeout: 10s
retries: 3 retries: 3
start_period: 40s start_period: 40s
networks:
- nginx_proxy_manager_default
networks:
nginx_proxy_manager_default:
external: true