Skip to content

Commit

Permalink
Cleanup docker compose restart values (#761)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoriya authored Jan 4, 2025
1 parent 3182cc8 commit dd24b42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ services:

autosync:
image: ghcr.io/zoriya/kyoo_autosync:edge
restart: on-failure
restart: unless-stopped
depends_on:
rabbitmq:
condition: service_healthy
Expand Down Expand Up @@ -173,7 +173,7 @@ services:

rabbitmq:
image: rabbitmq:4-alpine
restart: on-failure
restart: unless-stopped
environment:
- RABBITMQ_DEFAULT_USER=${RABBITMQ_DEFAULT_USER}
- RABBITMQ_DEFAULT_PASS=${RABBITMQ_DEFAULT_PASS}
Expand Down

0 comments on commit dd24b42

Please sign in to comment.