Skip to content

Commit

Permalink
remove the unecessary restart
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottminns committed Nov 14, 2024
1 parent 461431c commit db97b66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@ services:
- POSTGRES_SSLMODE=disable
ports:
- "80:8080"
restart: always
depends_on:
- db

db:
image: postgres
restart: always
user: postgres
volumes:
- db-data:/var/lib/postgresql/data
Expand Down

0 comments on commit db97b66

Please sign in to comment.