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
|
||||
target: /var/lib/postgresql/data
|
||||
- type: bind
|
||||
source: ./config/setup_db.psql
|
||||
target: /docker-entrypoint-initdb.d/setup_db.sql
|
||||
source: ./config
|
||||
target: /docker-entrypoint-initdb.d
|
||||
|
||||
akkoma:
|
||||
image: akkoma/akkoma:next
|
||||
|
|
Loading…
Reference in a new issue