mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
added file browser
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
filebrowser:
|
||||
# https://filebrowser.org/installation
|
||||
# proxy to port 80
|
||||
image: filebrowser/filebrowser
|
||||
restart: always
|
||||
#user: "33:33"
|
||||
user: "1000:1000"
|
||||
volumes:
|
||||
- ./data/joomla-html:/srv
|
||||
- ./filebrowser/filebrowser.db:/database.db
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
Reference in New Issue
Block a user