Added Docker Command
This commit is contained in:
parent
8adf637104
commit
ae058c22c8
9
docker.txt
Normal file
9
docker.txt
Normal file
@ -0,0 +1,9 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user