Added Docker Command

This commit is contained in:
joachim 2023-01-17 19:12:57 +01:00
parent ae058c22c8
commit ac05ce4f08
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
docker volume create gotify-data
 
docker run \
    -p 80:80 \
-p 80:80 \
    -e TZ="Europe/Berlin" \
    -v gotify-data:/app/data \
    --restart=always \