🔧 update docker-compose.yaml

This commit is contained in:
Marc Koch 2025-09-22 11:22:25 +02:00
parent 77539db1e9
commit c0634ac4a4
Signed by: marc
GPG Key ID: 12406554CFB028B9
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@ services:
app: app:
build: build:
context: . context: .
dockerfile: Dockerfile container_name: room-booking
ports: ports:
- "8000:8000" - "80:8000"
volumes: volumes:
- app-data:/data - app-data:/data
env_file: env_file: