mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
bind volume to directory
This commit is contained in:
parent
7fd0dc3a25
commit
a682749db0
|
@ -8,7 +8,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:55432:5432"
|
- "127.0.0.1:55432:5432"
|
||||||
volumes:
|
volumes:
|
||||||
- data:/var/lib/postgresql/data
|
- "./data:/var/lib/postgresql/data"
|
||||||
nourybot:
|
nourybot:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
|
|
Loading…
Reference in a new issue