This commit is contained in:
Alex55 2026-03-24 22:39:31 +02:00
parent b4292d2620
commit d06e3eb082
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ services:
web: web:
build: . build: .
container_name: flask-dev container_name: flask-dev
ports: # ports:
- "5205:5205" # Пробрасываем порт наружу # - "5205:5205" # Пробрасываем порт наружу
volumes: volumes:
- .:/app - .:/app
environment: environment: