Exports the ports in docker-compose
parent
f95f9727bf
commit
50089701bb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue