mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-06-27 16:57:05 +00:00
added tinyfilemanager
This commit is contained in:
parent
f8e7ff5f8f
commit
b9de10cc62
@ -73,7 +73,7 @@ docker network create --driver bridge proxy
|
|||||||
- netdata 19999 test on windows
|
- netdata 19999 test on windows
|
||||||
- stirlingpdf 8092
|
- stirlingpdf 8092
|
||||||
- redis 6379
|
- redis 6379
|
||||||
- tinyfilemanager
|
- tinyfilemanager 8091
|
||||||
- vaultwarden
|
- vaultwarden
|
||||||
- cyberchef
|
- cyberchef
|
||||||
- https://it-tools.tech/
|
- https://it-tools.tech/
|
||||||
|
24
tinyfilemanager/compose.yml
Normal file
24
tinyfilemanager/compose.yml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# https://tinyfilemanager.github.io/
|
||||||
|
# https://tinyfilemanager.github.io/demo/
|
||||||
|
|
||||||
|
# TinyFileManager is web based PHP file manager and it is a simple, fast and small size in single-file PHP file that can be dropped into any folder on your server, multi-language ready web application for storing, uploading, editing and managing files and folders online via web browser
|
||||||
|
# Default username/password: admin/admin@123 and user/12345
|
||||||
|
|
||||||
|
name: tinyfilemanager
|
||||||
|
|
||||||
|
services:
|
||||||
|
tinyfilemanager:
|
||||||
|
volumes:
|
||||||
|
- ~:/var/www/html/data
|
||||||
|
ports:
|
||||||
|
- 8091:80
|
||||||
|
restart: always
|
||||||
|
container_name: tinyfilemanager
|
||||||
|
image: tinyfilemanager/tinyfilemanager:master
|
||||||
|
networks:
|
||||||
|
- proxy
|
||||||
|
|
||||||
|
networks:
|
||||||
|
proxy:
|
||||||
|
external: true
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user