diff options
Diffstat (limited to 'gotify/compose.yaml')
-rw-r--r-- | gotify/compose.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gotify/compose.yaml b/gotify/compose.yaml index ae8060f..769b531 100644 --- a/gotify/compose.yaml +++ b/gotify/compose.yaml @@ -1,3 +1,4 @@ +--- services: gotify: image: gotify/server:2.6.3 @@ -12,3 +13,4 @@ services: volumes: - ./gotify_data:/app/data networks: {} +... |