14 lines
424 B
YAML
14 lines
424 B
YAML
services:
|
|
tfm:
|
|
image: tinyfilemanager/tinyfilemanager:master
|
|
container_name: srvv-TFM
|
|
restart: always
|
|
ports:
|
|
- "8082:80"
|
|
volumes:
|
|
- /mnt/ns8Disco2/DTIC_APPs/:/var/www/html/data
|
|
- ./index.php:/var/www/html/index.php
|
|
- ./translation.json:/var/www/html/translation.json
|
|
# Persist config if needed, or mount specific config.php
|
|
# - ./config.php:/var/www/html/config.php
|