Cloud/Oracle Cloud
11. 오라클 클라우드 fileBrowser 설치
로아_
2023. 3. 31. 16:55
728x90
오라클 클라우드 fileBrowser 설치
웹에서 쓸수 있는 간단한 파일 어플리케이션이다.
Welcome - File Browser
Welcome to File Browser's official documentation. Here you can find probably anything you need to know about the configuration of your instance, the usage and the contributing guidelines. Are you ready to get into this boat? 🚢
filebrowser.org
[docker-compose.yml]
version: "3"
services:
filebrowser:
image: hurlenko/filebrowser
user: "${UID}:${GID}"
ports:
- 443:8080
volumes:
- /DATA_DIR:/data
- /CONFIG_DIR:/config
environment:
- FB_BASEURL=/filebrowser
restart: always
http:아이피:8282
[기본 계정]
아이디 : admin
암호 : admin
[암호 변경]
728x90