diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-05-24 21:54:52 +0200 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-05-24 21:54:52 +0200 |
commit | 1a24fbc193d5d881ea6caef463153f8e23ff792b (patch) | |
tree | 171c65a05c3532e8050a5f5898646528540a94d2 /gotify | |
parent | b2be6de5224b01f7016032366d01d7f6111bdecd (diff) |
Add yml --- & ...
Diffstat (limited to 'gotify')
-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: {} +... |