mirror of
https://github.com/fosrl/olm.git
synced 2025-12-05 19:17:35 -06:00
15 lines
380 B
YAML
15 lines
380 B
YAML
services:
|
|
olm:
|
|
image: fosrl/olm:latest
|
|
container_name: olm
|
|
restart: unless-stopped
|
|
environment:
|
|
- PANGOLIN_ENDPOINT=https://example.com
|
|
- OLM_ID=vdqnz8rwgb95cnp
|
|
- OLM_SECRET=1sw05qv1tkfdb1k81zpw05nahnnjvmhxjvf746umwagddmdg
|
|
cap_add:
|
|
- NET_ADMIN
|
|
- SYS_MODULE
|
|
devices:
|
|
- /dev/net/tun:/dev/net/tun
|
|
network_mode: host |