Skip to content

Instantly share code, notes, and snippets.

@yauh
Created February 2, 2023 12:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yauh/f242481ff4ca15191e71d4f57fe112d9 to your computer and use it in GitHub Desktop.
Save yauh/f242481ff4ca15191e71d4f57fe112d9 to your computer and use it in GitHub Desktop.
version: "3"
services:
uptime-kuma:
image: louislam/uptime-kuma:latest
container_name: uptime-kuma
environment:
- TZ=Europe/Berlin
ports:
- 3001:3001
network_mode: bridge
restart: unless-stopped
volumes:
- /volume1/docker/uptime-kuma:/app/data:rw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment