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:
context: .
args:
YESACCEPT: ${YESACCEPT}
YESACCEPT: ${YESACCEPT:-n}
stop_grace_period: 1s
volumes:
- ./apk:/apk