docker-ovh/etherpad/docker-compose.yml
Alexandre Iooss 6a6ac146f7
Add Etherpad
2019-07-25 19:56:11 +02:00

11 lines
168 B
YAML

version: "3.7"
services:
etherpad:
build:
context: .
args:
ETHERPAD_VERSION: 1.7.5
NODE_ENV: production
ports:
- 8084:9001