Skip to content

Commit 4279ae3

Browse files
Memcached container not starting upon reboot (#581) (#582)
(cherry picked from commit 9be8b93) Co-authored-by: mattiagiupponi <51856725+mattiagiupponi@users.noreply.github.com>
1 parent 60daa82 commit 4279ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ services:
7777
image: memcached:alpine
7878
container_name: memcached4${COMPOSE_PROJECT_NAME}
7979
command: memcached ${MEMCACHED_OPTIONS}
80-
restart: on-failure
80+
restart: unless-stopped
8181
healthcheck:
8282
test: nc -z 127.0.0.1 11211
8383
interval: 30s

0 commit comments

Comments
 (0)