Name and icon code blocks by real filename across the site
This commit is contained in:
@@ -84,7 +84,7 @@ sudo nano compose.yml
|
||||
```
|
||||
Paste the following:
|
||||
|
||||
```yaml
|
||||
```yaml [compose.yaml]
|
||||
---
|
||||
services:
|
||||
dockge:
|
||||
@@ -130,7 +130,7 @@ Watchtower is a container that checks for updates and pulls new images automatic
|
||||
- Name the stack `watchtower`
|
||||
- Paste the config below into the default config area in Dockge
|
||||
|
||||
```yaml
|
||||
```yaml [compose.yaml]
|
||||
---
|
||||
services:
|
||||
watchtower:
|
||||
@@ -158,7 +158,7 @@ services:
|
||||
|
||||
Then fill in the `.env` section in Dockge with the following:
|
||||
|
||||
```properties
|
||||
```properties [.env]
|
||||
SCHEDULE=
|
||||
WH_URL=
|
||||
```
|
||||
@@ -170,7 +170,7 @@ WH_URL=
|
||||
|
||||
To have Watchtower monitor your other containers, add this to their `compose.yml`:
|
||||
|
||||
```yaml
|
||||
```yaml [compose.yaml]
|
||||
labels:
|
||||
|
||||
- com.centurylinklabs.watchtower.enable=true
|
||||
|
||||
Reference in New Issue
Block a user