19 lines
310 B
YAML
19 lines
310 B
YAML
|
---
|
||
|
services:
|
||
|
dummy:
|
||
|
image: busybox
|
||
|
container_name: bunkerd-dummy
|
||
|
hostname: dummy
|
||
|
networks:
|
||
|
bunkerd:
|
||
|
ipv4_address: 247.247.0.254
|
||
|
|
||
|
networks:
|
||
|
bunkerd:
|
||
|
driver: bridge
|
||
|
name: "bunkerd"
|
||
|
ipam:
|
||
|
config:
|
||
|
- subnet: 247.247.0.0/24
|
||
|
gateway: 247.247.0.1
|