Compare commits
No commits in common. "b2a9cedde41d7b1d198f23277f55091c4577b8b5" and "737cca84dd90c360769c96596dabe40dcc719c2a" have entirely different histories.
b2a9cedde4
...
737cca84dd
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ services:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile.db
|
dockerfile: Dockerfile.db
|
||||||
restart: unless-stopped
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_PASSWORD: example # Change this to a secure password. Has to be identical to DB_PASSWORD in the bot service
|
POSTGRES_PASSWORD: example # Change this to a secure password. Has to be identical to DB_PASSWORD in the bot service
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue