Standardize on compose.yaml instead of compose.yml

This commit is contained in:
Djeex
2026-09-07 13:09:34 +02:00
parent 6a27518be1
commit f9d95448db
6 changed files with 16 additions and 16 deletions
+3 -3
View File
@@ -42,7 +42,7 @@ tree:
- nginx.conf
- proxy-confs:
- dockge.subdomain.conf
- compose.yml
- compose.yaml
- .env
---
::
@@ -348,7 +348,7 @@ Save and exit. The configuration will update within a few seconds.
::note
By default, SWAG doesnt recognize the name "dockge". Youll need to add Dockges network to SWAGs `compose.yml`.
By default, SWAG doesnt recognize the name "dockge". Youll need to add Dockges network to SWAGs `compose.yaml`.
::
### Add Dockge's network to SWAG
@@ -398,7 +398,7 @@ sudo cp servicename.subdomain.conf.sample servicename.subdomain.conf
__If the subdomain is not redirected properly__
- Open the file and verify the container name in `set $upstream_app containername;`{lang=nginx}
- Make sure you added the container's network in SWAGs `compose.yml`
- Make sure you added the container's network in SWAGs `compose.yaml`
::
You can also customize the subdomain by editing `server_name yoursubdomain.*;`{lang=nginx} and renaming the file to `yoursubdomain.subdomain.conf`.