🔧 update docker-compose.yaml
This commit is contained in:
parent
77539db1e9
commit
c0634ac4a4
|
|
@ -3,9 +3,9 @@ services:
|
|||
app:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: room-booking
|
||||
ports:
|
||||
- "8000:8000"
|
||||
- "80:8000"
|
||||
volumes:
|
||||
- app-data:/data
|
||||
env_file:
|
||||
|
|
|
|||
Loading…
Reference in New Issue