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