mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
delete a redundant volume mapping
I'd like to propose to delete from docker-compose a redundant volume mapping. As I see that `sql` directory had been deleted and now umami-app is responsible for migration.
This commit is contained in:
parent
586529a5ca
commit
e773451679
1 changed files with 0 additions and 1 deletions
|
|
@ -19,7 +19,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
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue