Set production NODE_ENV
Without this we run in development mode. The logs indicate this is less good and production mode is faster/better. Change-Id: Idc19bdcb84375f29cb973f5271e8c090465c7f5b
This commit is contained in:
parent
81a1e235d0
commit
9e6e57838f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user