Skip to content

Commit

Permalink
Remove restart: always
Browse files Browse the repository at this point in the history
  • Loading branch information
trickeydan committed Jan 16, 2024
1 parent f6af27e commit bd73308
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,13 @@ services:

cache:
image: redis:7.2-alpine
restart: always
expose:
- 6379
volumes:
- redis_data:/data

db:
image: postgres:16.1-alpine
restart: always
expose:
- 5432
volumes:
Expand Down

0 comments on commit bd73308

Please sign in to comment.