basic filesystem explorer

This commit is contained in:
2024-10-17 16:07:44 -04:00
parent 45e1967b74
commit 0da1c405d1
2 changed files with 23 additions and 8 deletions

View File

@@ -7,10 +7,4 @@ services:
dockerfile: Dockerfile
restart: 'no'
volumes:
- ${READ_VOLUME:-/dev/null}:/mnt/readonly:ro # Read-only mount for sharing from host to public
# ports:
# - 8080
networks:
default:
external: true
name: proxy
- ${READ_VOLUME:-/dev/null}:/mnt/readonly:ro # Read-only mount for sharing from host to public