Add default image name
This commit is contained in:
parent
2c05e0747a
commit
4b72382848
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ services:
|
||||||
|
|
||||||
aap:
|
aap:
|
||||||
build: .
|
build: .
|
||||||
image: ${DOCKER_IMAGENAME}
|
image: ${DOCKER_IMAGENAME:-toolbox}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
logging:
|
logging:
|
||||||
driver: json-file
|
driver: json-file
|
||||||
|
|
Loading…
Reference in a new issue