Skip to content

Commit

Permalink
add Z flag dto postgre-conf mapping to avoid permission problems
Browse files Browse the repository at this point in the history
  • Loading branch information
soad003 committed Jun 7, 2023
1 parent 4bea6a5 commit c7044d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
volumes:
- "$LOCAL_DATA_DIR:/var/lib/postgresql/data"
- ./src/tagpack/db/tagstore_schema.sql:/tmp/schema.sql
- ./postgres-conf.sql:/tmp/postgres-conf.sql
- ./postgres-conf.sql:/tmp/postgres-conf.sql:Z
- ./docker/init.sh:/docker-entrypoint-initdb.d/init.sh
ports:
- 5432:5432
Expand Down

0 comments on commit c7044d9

Please sign in to comment.