Fix: add install command in docker compose

This commit is contained in:
globuzma 2025-01-10 16:53:34 +01:00
parent 84d540125d
commit c111963b25

View file

@ -2,6 +2,13 @@ services:
canaille:
build: .
# image: git.shenanigans.cc/globuzma/canaille:latest
#
# README : For a first start you need to install all the schemas or LDAP models
# Uncomment the line below and do `docker compose up` once
# After this you can comment it again and start your container
#
# command: canaille install
restart: unless-stopped
ports:
- 5000:5000