gotify-nodered/docker.txt

10 lines
182 B
Plaintext
Raw Permalink Normal View History

2023-01-17 18:10:42 +00:00
docker volume create gotify-data
2023-01-17 18:12:57 +00:00
2023-01-17 18:10:42 +00:00
docker run \
2023-01-17 18:12:57 +00:00
-p 80:80 \
2023-01-17 18:14:16 +00:00
-e TZ="Europe/Berlin" \
-v gotify-data:/app/data \
--restart=always \
--name=Gotify \
gotify/server