diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-05-24 21:57:22 +0200 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-05-24 21:57:22 +0200 |
commit | c83de0cf14552bafcefe32f74b6105d683b6bf06 (patch) | |
tree | ee330f97e1adf4aee504186b3ad659070504cc78 | |
parent | a6df26dd80b55d49bbcabef50770deff66d47d07 (diff) |
Add yml --- & ...develop
-rw-r--r-- | compose.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compose.yaml b/compose.yaml index 439709f..1d1c7f8 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,3 +1,4 @@ +--- services: #anubis-nginx: # image: ghcr.io/techarohq/anubis:latest @@ -17,3 +18,4 @@ services: - 10.0.0.1:8088:8088 restart: unless-stopped networks: {} +... |