update docker compose
This commit is contained in:
parent
3fc6fd286f
commit
8ceaede9d1
1 changed files with 3 additions and 0 deletions
|
@ -5,5 +5,8 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./config/ayb.toml:/ayb/ayb.toml
|
- ./config/ayb.toml:/ayb/ayb.toml
|
||||||
|
- ayb_data:/ayb/ayb_data
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:5433:5433"
|
- "127.0.0.1:5433:5433"
|
||||||
|
volumes:
|
||||||
|
ayb_data:
|
||||||
|
|
Loading…
Reference in a new issue