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:
|
||||
- calcnet
|
||||
env_file:
|
||||
- config/docker.env
|
||||
- .config/docker.env
|
||||
volumes:
|
||||
- ./db:/var/lib/postgresql/data
|
||||
|
||||
|
|
Loading…
Reference in New Issue