set default value for YESACCEPT to suppress WARN
This commit is contained in:
parent
b9b9e32b8b
commit
6059e20bb5
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ services:
|
|||
build:
|
||||
context: .
|
||||
args:
|
||||
YESACCEPT: ${YESACCEPT}
|
||||
YESACCEPT: ${YESACCEPT:-n}
|
||||
stop_grace_period: 1s
|
||||
volumes:
|
||||
- ./apk:/apk
|
||||
|
|
Loading…
Add table
Reference in a new issue