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:
|
build:
|
||||||
context: .
|
context: .
|
||||||
args:
|
args:
|
||||||
YESACCEPT: ${YESACCEPT}
|
YESACCEPT: ${YESACCEPT:-n}
|
||||||
stop_grace_period: 1s
|
stop_grace_period: 1s
|
||||||
volumes:
|
volumes:
|
||||||
- ./apk:/apk
|
- ./apk:/apk
|
||||||
|
|
Loading…
Add table
Reference in a new issue