Don't expose unnecessary ports

This commit is contained in:
Jan Beilicke 2020-05-02 21:19:12 +02:00
parent 9ec34e7661
commit 0df71220f7

View file

@ -30,10 +30,6 @@ services:
networks:
public:
ports:
- "3000:3000"
- "3001:3001"
restart: unless-stopped
volumes:
- ./data/files:/cryptpad/datastore:rw