fix: refs #7442 Set docker compose version
gitea/vn-autoconfig/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2024-05-21 21:35:06 +02:00
parent 6925d1dd14
commit a22f9ddd1b
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
version: '3.7'
services:
main:
image: registry.verdnatura.es/vn-autoconfig
image: registry.verdnatura.es/vn-autoconfig:${VERSION:?}
build: .
ports:
- 80