Skip to content

Commit

Permalink
chore: add example docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Arian8j2 committed Sep 6, 2024
1 parent c7d60e1 commit bf8fc2a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
services:
reporter:
image: ghcr.io/arian8j2/wireguard-uptimekuma-reporter
volumes:
- ./reporter/:/app/
privileged: true # needed for creating tunnel
init: true # wireguard-go cleanup needs init system
cap_add:
- SYS_MODULE
- NET_ADMIN
sysctls:
- net.ipv4.conf.all.src_valid_mark=1
restart: unless-stopped
stdin_open: true
tty: true

0 comments on commit bf8fc2a

Please sign in to comment.