Created
December 30, 2022 02:05
-
-
Save craig-m/3cc9d1c3b82b2438159ae18423cb5b9e to your computer and use it in GitHub Desktop.
smoke ping
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
version: "2.1" | |
services: | |
smokeping: | |
image: lscr.io/linuxserver/smokeping:latest | |
container_name: smokeping | |
environment: | |
- PUID=1000 | |
- PGID=1000 | |
- TZ=Europe/London | |
volumes: | |
- ./config:/config | |
- ./data:/data | |
ports: | |
- 127.0.0.1:8888:80 | |
restart: unless-stopped |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment