mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 05:57:32 -07:00
Fixed path to docker.env on line 36 in docker-compose.yml.
This commit is contained in:
parent
56e370d779
commit
ce7bebaeb7
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ services:
|
|||
networks:
|
||||
- calcnet
|
||||
env_file:
|
||||
- config/docker.env
|
||||
- .config/docker.env
|
||||
volumes:
|
||||
- ./db:/var/lib/postgresql/data
|
||||
|
||||
|
|
Loading…
Reference in a new issue