Skip to content

Commit

Permalink
fix: docker 5432
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Jan 12, 2024
1 parent 6679185 commit 92f6f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
volumes:
- postgres:/var/lib/postgresql/data
ports:
- "5433:5432"
- "5432:5432"
cache:
image: redis
restart: unless-stopped
Expand Down

0 comments on commit 92f6f58

Please sign in to comment.