[docs] Update docker-compose commands

This commit is contained in:
Daniel Lo Nigro 2024-04-23 04:53:11 +00:00 committed by Matthias Ahouansou
parent 27753b1d96
commit c90e4816b7
No known key found for this signature in database
5 changed files with 18 additions and 18 deletions

View file

@ -18,7 +18,7 @@ services:
# We need some way to server the client and server .well-known json. The simplest way is to use a nginx container
# to serve those two as static files. If you want to use a different way, delete or comment the below service, here
# and in the docker-compose file.
# and in the docker compose file.
well-known:
labels:
- "traefik.enable=true"