mirror of
https://github.com/kou029w/fogtype.com
synced 2025-01-18 08:05:02 +00:00
docker-entrypoint-initdb.d 使っていないので除去
This commit is contained in:
parent
3431e19ac8
commit
87aee901f6
2 changed files with 0 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1 @@
|
|||
/.env
|
||||
/etc/postgres/initdb.d/
|
||||
|
|
|
@ -33,7 +33,6 @@ services:
|
|||
environment:
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
volumes:
|
||||
- ./etc/postgres/initdb.d:/docker-entrypoint-initdb.d
|
||||
- postgres_tmp:/var/run/postgresql
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
volumes:
|
||||
|
|
Loading…
Add table
Reference in a new issue