Added Docker Command

This commit is contained in:
joachim 2023-01-17 19:10:42 +01:00
parent 8adf637104
commit ae058c22c8
1 changed files with 9 additions and 0 deletions

9
docker.txt Normal file
View 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