docker/ipnat/docker-compose.yml

14 lines
185 B
YAML
Raw Normal View History

2023-08-25 20:39:55 -07:00
version: "2"
services:
ipnat:
build: ./build
container_name: ipnat
restart: unless-stopped
ports:
- "10010:10010"
cap_add:
- NET_ADMIN
- NET_RAW