https://interceptor.marconitschke.de/thread-117.html
9.2K
run as ugreen-docker-project.
PATH MUST MATCH DOCKER-COMPOSE IN DOCKER PROJECT FOLDER!
DO NOT EDIT YAML only change HTTPS, TZ and ALLOWED_IPS ;-)
PROJECTNAME MUST MATCH: ugreen_crontab_script_manager
In UGOS the terminal (SSH) service must be enabled on port 22 and the admin user must have a HOME directory.
Visit: https://interceptor.marconitschke.de/thread-117.html
# Ma Ni - v2.3
# UGOS - Projekt - bridge
#
# DO NOT CHANGE PATH OR NAMES
#
# PROJECTNAME MUST MATCH: ugreen_crontab_script_manager
#
services:
ugreen_crontab_script_manager:
image: nitje/ugreen_crontab_script_manager:latest
container_name: ugreen_crontab_script_manager
ports:
- "5000:5000"
- "7685:7685"
volumes:
- ./scripts:/app/app/scripts:rw
- ./host-scripts:/app/host-scripts:rw
- ./usb-scripts:/app/usb-scripts:rw
- ./root/.ssh:/root/.ssh:rw
- ./zertifikat:/app/zertifikat:rw
- ./rsync_logs:/logs:ro
environment:
- HTTPS=true # oder false
- TZ=Europe/Berlin
- ALLOWED_IPS=192.168.1.212,192.168.1.220 # NAS-IP und PC-IP für Web-Oberflaeche
- LOG_DIR=/logs
network_mode: bridge
Content type
Image
Digest
sha256:48fa404ce…
Size
67.7 MB
Last updated
21 days ago
docker pull nitje/ugreen_crontab_script_manager