Open port for filerun for public share

This commit is contained in:
Jean Froment 2018-07-07 21:20:51 +02:00
parent 85861b83a6
commit 2fbfad380a
1 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,8 @@ services:
- filerun-db - filerun-db
links: links:
- filerun-db:db - filerun-db:db
ports:
- "7474:7474"
volumes: volumes:
- /data/config/filerun/web:/var/www/html - /data/config/filerun/web:/var/www/html
- alldata:/user-files - alldata:/user-files