Skip to content

Commit

Permalink
docker-compose fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bekhx committed Jan 9, 2024
1 parent 35f84b9 commit a97ad90
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
@@ -1,4 +1,4 @@
version: 3.9
version: "3.9"
services:
postgres:
image: "postgres"
Expand All @@ -9,7 +9,7 @@ services:
ports:
- "5442:5432"
volumes:
- database-data:/var/lib/chat_app/data/ # persist data even if container shuts down
- /var/lib/chat_app/data/ # persist data even if container shuts down
redis:
image: redis:7.0.4-alpine3.16
ports:
Expand Down

0 comments on commit a97ad90

Please sign in to comment.