Add 'docker_portainer_stacks/mysteriumnetwork/myst_server.yml'

This commit is contained in:
sthope 2022-01-29 16:21:54 +00:00
parent 43bbd98ef6
commit e0e87399d0

View File

@ -0,0 +1,13 @@
---
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