glpi upgrade
Some checks failed
Some checks failed
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
db:
|
||||
image: mariadb:11
|
||||
@@ -35,7 +33,11 @@ services:
|
||||
timeout: 3s
|
||||
|
||||
glpi:
|
||||
build: .
|
||||
build:
|
||||
context: src
|
||||
args:
|
||||
ALPINE_VERSION: 3.22
|
||||
GLPI_VERSION: 11.0.0
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
|
||||
Reference in New Issue
Block a user