Remove public port on filerun
This commit is contained in:
parent
2fbfad380a
commit
835fbb8952
|
@ -65,8 +65,6 @@ 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