Merge pull request #2027 from theshamuel/patch-2

delete a redundant volume mapping
This commit is contained in:
Mike Cao
2023-05-12 18:57:08 -07:00
committed by GitHub

View File

@@ -20,7 +20,6 @@ services:
POSTGRES_USER: umami
POSTGRES_PASSWORD: umami
volumes:
- ./sql/schema.postgresql.sql:/docker-entrypoint-initdb.d/schema.postgresql.sql:ro
- umami-db-data:/var/lib/postgresql/data
restart: always
healthcheck: