Update HedgeDoc to import it with extends #1

Merged
kosssi merged 1 commits from refs/pull/1/head into master 2021-07-23 12:31:34 +02:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit b88aeafc43 - Show all commits

View File

@ -9,8 +9,8 @@ services:
container_name: ${HEDGEDOC_CONTAINER_NAME:-hedgedoc} container_name: ${HEDGEDOC_CONTAINER_NAME:-hedgedoc}
image: ${HEDGEDOC_IMAGE:-linuxserver/hedgedoc:1.8.2-ls22} image: ${HEDGEDOC_IMAGE:-linuxserver/hedgedoc:1.8.2-ls22}
restart: always restart: always
depends_on: # depends_on: # It's commented because docker `extends` don't support it
- postgres # - postgres
volumes: volumes:
- hedgedoc:/config - hedgedoc:/config
- /etc/timezone:/etc/timezone:ro - /etc/timezone:/etc/timezone:ro