fix: refs #7442 Set docker compose version
gitea/vn-autoconfig/pipeline/head This commit looks good
Details
gitea/vn-autoconfig/pipeline/head This commit looks good
Details
This commit is contained in:
parent
6925d1dd14
commit
a22f9ddd1b
|
@ -1,7 +1,7 @@
|
||||||
version: '3.7'
|
version: '3.7'
|
||||||
services:
|
services:
|
||||||
main:
|
main:
|
||||||
image: registry.verdnatura.es/vn-autoconfig
|
image: registry.verdnatura.es/vn-autoconfig:${VERSION:?}
|
||||||
build: .
|
build: .
|
||||||
ports:
|
ports:
|
||||||
- 80
|
- 80
|
||||||
|
|
Loading…
Reference in New Issue