--- title: sa6anw.se ---
``` ______ __ __ ______ __ __ ________ _______ ______ __ __ ______ /\ ____\ |\_\ /\_\ /\ ____\ |\_\ /\_\ |\ ______\ |\ _____\ |\ ____\ |\_\ |\_\ /\ ____\ |\ $$$$$$\ | $$\ / $$ |\ $$$$$$\ | $$ / $$ | $$$$$$$$ | $$$$$$$\ \$$$$$$ | $$\ | $$ |\ $$$$$$\ | $$___\$$ | $$$\ / $$$ | $$ | $$ | $$/ $$ | $$__ | $$__/ $$ | $$ | $$$\| $$ | $$ __\$$ \$$ ___\ | $$$$\ $$$$ | $$ | $$ | $$ $$ | $$ _\ | $$ $$ | $$ | $$$$\ $$ | $$|\ __\ _\$$$$$$\ | $$\$$ $$ $$ | $$ | $$ | $$$$$\ | $$$$$ | $$$$$$$ | $$ | $$\$$ $$ | $$ \$$$$ |\_\__| $$ | $$ \$$$| $$ | $$__/\$$ | $$ \$$\ | $$_____ | $$ _| $$_ | $$ \$$$$ | $$__| $$ \$$ __\$$ | $$ \$ | $$ \$$ _\ $$ | $$ \$$\ | $$ ____\ | $$ |\_\$$_\ | $$ \$$$ \$$ __\$$ \$$$$$$ \$$ \$$ \$$$$$$ \$$ \$$ \$$$$$$$$ \$$ \$$$$$$ \$$ \$$ \$$$$$$ ```
**[smokeping.sa6anw.se](https://smokeping.sa6anw.se){:target="_blank"}** För att köra netnetmaker i ditt egna labb: Skapa en `docker-compose.yaml` med följande innehåll ``` --- services: smokeping: image: lscr.io/linuxserver/smokeping:latest container_name: smokeping environment: - PUID=1000 - PGID=1000 - TZ=Etc/UTC - MASTER_URL=https://smokeping.sa6anw.se - CACHE_DIR=/tmp #optional volumes: - ./config:/config - ./data:/data ports: - 8002:80 restart: unless-stopped ``` Sen är det bara att köra `docker-compose up -d`