Added Docker Command
This commit is contained in:
parent
ac05ce4f08
commit
5f36e59f6e
10
docker.txt
10
docker.txt
@ -2,8 +2,8 @@ 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
|
||||
-e TZ="Europe/Berlin" \
|
||||
-v gotify-data:/app/data \
|
||||
--restart=always \
|
||||
--name=Gotify \
|
||||
gotify/server
|
||||
|
Loading…
Reference in New Issue
Block a user