gotify-nodered/docker.txt

10 lines
182 B
Plaintext

docker volume create gotify-data
docker run \
-p 80:80 \
-e TZ="Europe/Berlin" \
-v gotify-data:/app/data \
--restart=always \
--name=Gotify \
gotify/server