Skip to content

Commit

Permalink
Fix #175
Browse files Browse the repository at this point in the history
  • Loading branch information
agolybev committed Sep 24, 2019
1 parent ba14b95 commit 87b8263
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ services:
- AMQP_SERVER_URL=amqp://guest:guest@onlyoffice-rabbitmq
- REDIS_SERVER_HOST=onlyoffice-redis
- REDIS_SERVER_PORT=6379
# Uncomment strings below to enable the JSON Web Token validation.
#- JWT_ENABLED=true
#- JWT_SECRET=secret
#- JWT_HEADER=Authorization
stdin_open: true
restart: always
networks:
Expand Down

0 comments on commit 87b8263

Please sign in to comment.