i18n
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-07-18 22:29:33 +00:00
parent 252f074609
commit 596e3cc464
4 changed files with 40 additions and 2 deletions

View File

@@ -20,9 +20,17 @@ title: sa6anw.se
**[smokeping.sa6anw.se](https://smokeping.sa6anw.se)**
:sv
För att köra smokeping i ditt egna labb:
- Skapa en `docker-compose.yaml` med följande innehåll
:::
:en
To run Smokeping in your own lab:
- Create a `docker-compose.yaml` file with the following content:
:::
```
---
@@ -44,7 +52,12 @@ services:
restart: unless-stopped
```
:sv
- Byt till din domän.
- Sen är det bara att köra `docker compose up -d`
:::
:en
- Replace the domain with your own.
- Then simply run: `docker compose up -d`
:::