Skip to content

Commit

Permalink
Remove restart policy "always" from containers
Browse files Browse the repository at this point in the history
  • Loading branch information
Process-ing committed Oct 1, 2024
1 parent b49bf28 commit ffeef75
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ services:
build:
context: ./pgadmin
container_name: tts_pgadmin
restart: always
env_file:
- pgadmin/.env.dev
volumes:
Expand Down Expand Up @@ -47,7 +46,6 @@ services:
redis_service:
image: redis:6.2-bullseye
container_name: tts_redis
restart: always
ports:
- "6379:6379"

Expand Down

0 comments on commit ffeef75

Please sign in to comment.