Skip to content

Commit 3728f7a

Browse files
committed
Set default value for MEMACHED_OPTIONS
1 parent ebe712c commit 3728f7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ services:
8686
memcached:
8787
image: memcached:alpine
8888
container_name: memcached4${COMPOSE_PROJECT_NAME}
89-
command: memcached ${MEMCACHED_OPTIONS}
89+
command: memcached ${MEMCACHED_OPTIONS:-}
9090
restart: unless-stopped
9191
healthcheck:
9292
test: ["CMD", "nc", "-z", "127.0.0.1", "11211"]

0 commit comments

Comments
 (0)