Skip to content

Commit

Permalink
Removed unused key
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern committed Nov 28, 2024
1 parent b33a15f commit 5104246
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions wopiserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# Run with e.g.: HOST_HOSTNAME=`hostname` docker-compose --project-name wopiserver -f wopiserver.yaml up -d
#

version: "3.3"
services:
wopiserver:
build:
Expand All @@ -16,8 +15,6 @@ services:
restart: always
ports:
- 8880:8880
secrets:
- etherpad_apikey
environment:
- DEBUG_METRICS=false
- HOST_HOSTNAME=${HOST_HOSTNAME}
Expand All @@ -32,10 +29,6 @@ services:
timeout: 5s
retries: 3

secrets:
etherpad_apikey:
file: /etc/wopi/etherpad_apikey

volumes:
config:
storage:
Expand Down

0 comments on commit 5104246

Please sign in to comment.