Merge "Set production NODE_ENV"

This commit is contained in:
Zuul 2020-04-08 23:08:56 +00:00 committed by Gerrit Code Review
commit 098df7d0e1

View File

@ -19,5 +19,7 @@ services:
restart: always
image: docker.io/etherpad/etherpad:1.8.0
network_mode: host
environment:
NODE_ENV: production
volumes:
- /etc/etherpad/settings.json:/opt/etherpad-lite/settings.json