Files
beelzebub/docker-compose.yml
2022-05-08 21:03:46 +02:00

12 lines
242 B
YAML

version: "3.9"
services:
beelzebub:
build: .
#network_mode: host #Not work on Mac OS
container_name: beelzebub
ports: # Remove me, if use configuration network_mode: host
- "22:22"
- "8080:8080"
- "80:80"