13 lines
316 B
YAML

---
version: "3.8"
services:
mysterium_vpn:
image: mysteriumnetwork/myst:latest
container_name: mysterium_vpn
network_mode: host
commands: service --agreed-terms-and-conditions
cap_add:
- NET_ADMIN
restart: unless-stopped
labels:
- com.centurylinklabs.watchtower.enable=true