Skip to content

Commit b4b5a9e

Browse files
author
charlesgauthereau
committed
fix: dashboard template
1 parent 7255c6a commit b4b5a9e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/assets/templates/dashboard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
environment:
1111
- TIME_ZONE=Europe/Paris
1212
volumes:
13-
- portabase-private:/app/private
13+
- portabase-data:/data
1414
depends_on:
1515
db:
1616
condition: service_healthy
@@ -32,4 +32,4 @@ services:
3232
retries: 5
3333
volumes:
3434
postgres-data:
35-
portabase-private:
35+
portabase-data:

0 commit comments

Comments
 (0)