Skip to content

Commit

Permalink
feat(*): Disable restart "always"
Browse files Browse the repository at this point in the history
The service MUST NOT always restart.
Without this change the service will be restarted after docker and/or host restart.

Fixes: #14
  • Loading branch information
dkd-kaehm authored Oct 6, 2023
1 parent d649ea6 commit ad7b2d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.redis-commander.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ services:
container_name: ddev-${DDEV_SITENAME}-redis-commander
hostname: ${DDEV_SITENAME}-redis-commander
image: ghcr.io/joeferner/redis-commander:latest
restart: always
expose:
- 1358
labels:
Expand Down

0 comments on commit ad7b2d3

Please sign in to comment.