Fixed path to docker.env on line 36 in docker-compose.yml.
This commit is contained in:
parent
fc3f7b7339
commit
82732b6532
|
@ -33,7 +33,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- calcnet
|
- calcnet
|
||||||
env_file:
|
env_file:
|
||||||
- config/docker.env
|
- .config/docker.env
|
||||||
volumes:
|
volumes:
|
||||||
- ./db:/var/lib/postgresql/data
|
- ./db:/var/lib/postgresql/data
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue