mirror of
https://github.com/mariocandela/beelzebub.git
synced 2025-07-01 18:47:26 -04:00
11 lines
187 B
YAML
11 lines
187 B
YAML
![]() |
version: "3.9"
|
||
|
|
||
|
services:
|
||
|
beelzebub:
|
||
|
build: .
|
||
|
#network_mode: host #baby jesus mac os
|
||
|
container_name: beelzebub
|
||
|
ports:
|
||
|
- "22:22"
|
||
|
- "8080:8080"
|
||
|
- "80:80"
|