-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
I got error when I change those variable .env
GLPI_VAR_DIR=/opt/files
GLPI_CONFIG_DIR=/opt/files/config
GLPI_LOG_DIR=/opt/files/logs
services:
glpi:
image: "glpi/glpi:latest"
restart: "unless-stopped"
volumes:
- glpi_data:/opt/files:rw
env_file: .env # Pass environment variables from .env file to the container
depends_on:
db:
condition: service_healthy
ports:
- "80:80"
docker compose up

Metadata
Metadata
Assignees
Labels
No labels