Menno van Leeuwen 7d4b255b4c
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 14s
Nix Format Check / check-format (push) Successful in 47s
Python Lint Check / check-python (push) Failing after 10s
feat: update README with server reboot instructions and modify Caddyfile for IP headers
2025-03-26 15:17:01 +01:00

7 lines
137 B
Django/Jinja

services:
echoip:
container_name: 'echoip'
image: 'mpolden/echoip:latest'
restart: unless-stopped
network_mode: 'host'