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
@@ -76,7 +76,7 @@ Open Dockge, click **Compose**, and name the stack `wg_easy`.
Copy the following configuration:
```yaml
```yaml [compose.yaml]
---
services:
wg-easy:
@@ -128,7 +128,7 @@ networks:
- You can customize WireGuard and web UI ports.
- Add a Watchtower label for automatic updates:
```yaml
```yaml [compose.yaml]
services:
wg-easy:
# ...
@@ -209,7 +209,7 @@ sudo cp ~/wg0.conf /docker/wireguard/config/wg_confs
Create the `compose.yaml` file in `/docker/wireguard`:
```yaml
```yaml [compose.yaml]
services:
wireguard:
image: lscr.io/linuxserver/wireguard:latest