forked from Github-Mirrors/canaille
Fix: add install command in docker compose
This commit is contained in:
parent
84d540125d
commit
c111963b25
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue