mirror of
https://github.com/fosrl/gerbil.git
synced 2026-02-08 05:56:40 +00:00
15 lines
315 B
YAML
15 lines
315 B
YAML
version: '3'
|
|
|
|
services:
|
|
gerbil:
|
|
image: gerbil
|
|
container_name: gerbil
|
|
command: ["./gerbil", "--config", "/config/gerbil.conf"]
|
|
cap_add:
|
|
- NET_ADMIN
|
|
- SYS_MODULE
|
|
ports:
|
|
- 51820:51820/udp
|
|
volumes:
|
|
- ./config_example.json:/config/config.json
|
|
restart: unless-stopped |