- Official Post
Docker-Compose Datei für WizNote unter Ugreen.
Code
services:
wiznote:
image: wiznote/wizserver:latest
container_name: wiznote
restart: unless-stopped
ports:
- "8088:80"
- "9269:9269/udp"
volumes:
- /volume1/docker/wiznote:/wiz/storage
environment:
- TZ=Europe/Berlin
Display More
Nach der Anmeldung mit dem Standard-Administratorkonto admin@wiz. und dem Passwort 123456 wird empfohlen, das Passwort sofort zu ändern.