Skip to content

Commit

Permalink
remove quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Nov 6, 2024
1 parent 9edf554 commit 0fb30c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
aliases:
- postgres
volumes:
- 'postgresql-data:/var/lib/postgresql/data'
- postgresql-data:/var/lib/postgresql/data
healthcheck:
test: ["CMD-SHELL", "pg_isready"]
interval: 10s
Expand Down

0 comments on commit 0fb30c7

Please sign in to comment.