mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Merge pull request #2027 from theshamuel/patch-2
delete a redundant volume mapping
This commit is contained in:
commit
c167ccbbfb
1 changed files with 0 additions and 1 deletions
|
|
@ -20,7 +20,6 @@ services:
|
||||||
POSTGRES_USER: umami
|
POSTGRES_USER: umami
|
||||||
POSTGRES_PASSWORD: umami
|
POSTGRES_PASSWORD: umami
|
||||||
volumes:
|
volumes:
|
||||||
- ./sql/schema.postgresql.sql:/docker-entrypoint-initdb.d/schema.postgresql.sql:ro
|
|
||||||
- umami-db-data:/var/lib/postgresql/data
|
- umami-db-data:/var/lib/postgresql/data
|
||||||
restart: always
|
restart: always
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue