Update docker-compose.yml

This commit is contained in:
fcarraUniSa
2026-02-16 21:14:31 +01:00
committed by GitHub
parent 89a032533a
commit 09530cc28c

View File

@@ -6,7 +6,7 @@ services:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
ports: ports:
- "80:80" - "8050:80"
depends_on: depends_on:
- backend - backend
restart: unless-stopped restart: unless-stopped