Name and icon code blocks by real filename across the site

This commit is contained in:
Djeex
2026-08-31 22:12:47 +02:00
parent baf3590186
commit 6696ed9b23
55 changed files with 277 additions and 252 deletions
@@ -77,7 +77,7 @@ Open Dockge, click `compose`, and name the stack `wg_easy`.
Paste the following configuration:
```yaml
```yaml [compose.yaml]
---
services:
wg-easy:
@@ -114,8 +114,8 @@ services:
- You can also specify your own wireguard port with `WG_PORT`
- Add the Watchtower label to enable automatic updates
```yaml
services
```yaml [compose.yaml]
services:
wg-easy:
#...
labels:
@@ -126,7 +126,7 @@ services
In `.env`:
```properties
```properties [.env]
HOST=
PW=
ADDRESS=
@@ -210,7 +210,7 @@ sudo nano /docker/wireguard/compose.yaml
Paste:
```yaml
```yaml [compose.yaml]
services:
wireguard:
image: lscr.io/linuxserver/wireguard:latest