mirror of
https://github.com/mariocandela/beelzebub.git
synced 2025-07-01 18:47:26 -04:00
first commit
This commit is contained in:
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
@ -0,0 +1,11 @@
|
||||
version: "3.9"
|
||||
|
||||
services:
|
||||
beelzebub:
|
||||
build: .
|
||||
#network_mode: host #baby jesus mac os
|
||||
container_name: beelzebub
|
||||
ports:
|
||||
- "22:22"
|
||||
- "8080:8080"
|
||||
- "80:80"
|
Reference in New Issue
Block a user