diff options
Diffstat (limited to 'gotify/compose.yaml')
-rw-r--r-- | gotify/compose.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gotify/compose.yaml b/gotify/compose.yaml index 769b531..eef5ac6 100644 --- a/gotify/compose.yaml +++ b/gotify/compose.yaml @@ -1,7 +1,7 @@ --- services: gotify: - image: gotify/server:2.6.3 + image: gotify/server:2.7.2 restart: unless-stopped ports: - 10.0.0.1:8082:80 |