set default value for YESACCEPT to suppress WARN

This commit is contained in:
Alexander Mahr 2024-10-09 09:17:08 +02:00
parent b9b9e32b8b
commit 6059e20bb5

View file

@ -3,7 +3,7 @@ services:
build: build:
context: . context: .
args: args:
YESACCEPT: ${YESACCEPT} YESACCEPT: ${YESACCEPT:-n}
stop_grace_period: 1s stop_grace_period: 1s
volumes: volumes:
- ./apk:/apk - ./apk:/apk