tinyfilemanager/docker-compose.yml
Joao Alves 5b24f29466 Fixed problems in creating docker containers with new version of php
Added debugging docker images
Added a build script
Fixed problem with large file uploads
Merged updates from tinyfilemanager 2.5.2
2023-12-06 17:15:13 +00:00

18 lines
429 B
YAML

version: '3.3'
services:
tinyfilemanager:
ports:
- '8111:8080'
volumes:
- '/opt:/opt'
environment:
- ADMIN_USER=admin
- ADMIN_PASS=pass
- ROOT_FS=/opt
- SYSLOG_SERVER=192.168.1.131
- SYSLOG_PORT=11514
- SYSLOG_PROTO=udp
- SYSLOG_JSON=1
image: jpralvesatdocker/tinyfilemanager:2.5.2.1