Open port for filerun for public share
This commit is contained in:
parent
85861b83a6
commit
2fbfad380a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue