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
+4 -4
View File
@@ -65,7 +65,7 @@ tree:
- srv:
- docker:
- dockge:
- compose.yml
- compose.yaml
---
::
@@ -81,7 +81,7 @@ sudo mkdir dockge
```bash [Terminal]
cd /srv/docker/dockge
sudo nano compose.yml
sudo nano compose.yaml
```
Paste the following:
@@ -122,7 +122,7 @@ More info on [Dockge and how to use it](https://github.com/louislam/dockge)
And there you go! Docker and a tool to easily manage your containers are ready!
## [Watchtower](https://watchtower.nickfedor.com/), to auto-update containers
Watchtower is a container that checks for updates and pulls new images automatically, just by adding a label in your containers `compose.yml` files.
Watchtower is a container that checks for updates and pulls new images automatically, just by adding a label in your containers `compose.yaml` files.
### Configuration
@@ -178,7 +178,7 @@ WH_URL=
#### Enable Watchtower on other containers
To have Watchtower monitor your other containers, add this to their `compose.yml`:
To have Watchtower monitor your other containers, add this to their `compose.yaml`:
```yaml [compose.yaml]
---