add bind volume
This commit is contained in:
parent
42b380d5fd
commit
24cf202964
|
@ -5,4 +5,8 @@ services:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
ports:
|
ports:
|
||||||
- 8100:8000
|
- 8100:8000
|
||||||
|
volumes:
|
||||||
|
- type: bind
|
||||||
|
source: .env
|
||||||
|
target: /app/.env
|
||||||
image: ci.svs-tech.pro/sm-admin:latest
|
image: ci.svs-tech.pro/sm-admin:latest
|
||||||
|
|
Loading…
Reference in New Issue