🔧 update docker-compose.yaml
This commit is contained in:
parent
77539db1e9
commit
c0634ac4a4
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue