Skip to content
Snippets Groups Projects
Verified Commit ce969210 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[Etherpad] Fix booleans in environment

parent ca762687
No related branches found
No related tags found
No related merge requests found
Pipeline #60388 waiting for manual action
......@@ -31,13 +31,13 @@ services:
traefik.port: 8080
environment:
DB_HOST: "etherpad-db"
EDIT_ONLY: true
EDIT_ONLY: "true"
LOGLEVEL: "INFO"
MINIFY: "TRUE"
MINIFY: "true"
PORT: 8080,
THEME: "colibris"
TITLE: "Picapad"
TRUE_PROXY: true
TRUE_PROXY: "true"
restart: unless-stopped
networks:
- docker_default
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment