diff --git a/docker.txt b/docker.txt index d5181ae..cad2402 100644 --- a/docker.txt +++ b/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