Skip to content

Commit

Permalink
fix: docker file for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kek5chen committed Jun 10, 2024
1 parent 493bcce commit 28fb5db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deployment/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
version: '3'
services:
postgres:
image: postgres
ports:
- 5432:5432
- "5432:5432"
restart: always

volumes:
Expand Down

0 comments on commit 28fb5db

Please sign in to comment.