Exports the ports in docker-compose
This commit is contained in:
parent
f95f9727bf
commit
50089701bb
@ -17,6 +17,10 @@ services:
|
|||||||
- STORAGE=${STORAGE}
|
- STORAGE=${STORAGE}
|
||||||
- LOG_TO_STDOUT=${LOG_TO_STDOUT}
|
- LOG_TO_STDOUT=${LOG_TO_STDOUT}
|
||||||
|
|
||||||
|
ports:
|
||||||
|
- "3000:3000"
|
||||||
|
- "3001:3001"
|
||||||
|
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/files:/cryptpad/datastore:rw
|
- ./data/files:/cryptpad/datastore:rw
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user