Exports the ports in docker-compose

pull/1/head
yflory 2019-04-04 11:26:38 +02:00
parent f95f9727bf
commit 50089701bb
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ services:
- STORAGE=${STORAGE}
- LOG_TO_STDOUT=${LOG_TO_STDOUT}
ports:
- "3000:3000"
- "3001:3001"
restart: always
volumes:
- ./data/files:/cryptpad/datastore:rw