fix docker-compose version
Some checks failed
Deploy Bookshelf / deploy (push) Failing after 5s

This commit is contained in:
Julien Aldon
2026-01-13 15:59:28 +01:00
parent 2e5aeb46ab
commit aec31fbd06

View File

@@ -1,10 +1,10 @@
version: "2"
version: "3.9"
services:
nginx:
build:
context: .
dockerfile: front/Dockerfile
environment:
args:
VUE_APP_ROOT_FQDN: ${SERVICE_ROOT_FQDN}
ports:
- 80:80