There was an error while loading. Please reload this page.
1 parent ebe712c commit 3728f7aCopy full SHA for 3728f7a
1 file changed
docker-compose.yml
@@ -86,7 +86,7 @@ services:
86
memcached:
87
image: memcached:alpine
88
container_name: memcached4${COMPOSE_PROJECT_NAME}
89
- command: memcached ${MEMCACHED_OPTIONS}
+ command: memcached ${MEMCACHED_OPTIONS:-}
90
restart: unless-stopped
91
healthcheck:
92
test: ["CMD", "nc", "-z", "127.0.0.1", "11211"]
0 commit comments