Skip to content

Commit

Permalink
Hotfix db
Browse files Browse the repository at this point in the history
  • Loading branch information
JobDoesburg committed Jun 6, 2024
1 parent b632114 commit 0397bcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
networks:
- db
volumes:
- db-data:/var/lib/postgresql/data
- pg-data:/var/lib/postgresql/data
environment:
POSTGRES_USER: tosti
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
Expand Down Expand Up @@ -99,6 +99,6 @@ networks:
db:

volumes:
db-data:
pg-data:
media:
cache:

0 comments on commit 0397bcb

Please sign in to comment.