mount directory
This commit is contained in:
parent
3e8388e2de
commit
6ab2e960d7
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ services:
|
||||||
source: ./pgdata
|
source: ./pgdata
|
||||||
target: /var/lib/postgresql/data
|
target: /var/lib/postgresql/data
|
||||||
- type: bind
|
- type: bind
|
||||||
source: ./config/setup_db.psql
|
source: ./config
|
||||||
target: /docker-entrypoint-initdb.d/setup_db.sql
|
target: /docker-entrypoint-initdb.d
|
||||||
|
|
||||||
akkoma:
|
akkoma:
|
||||||
image: akkoma/akkoma:next
|
image: akkoma/akkoma:next
|
||||||
|
|
Loading…
Reference in a new issue