Update docker-compose.yml

This commit is contained in:
Mario Candela
2022-05-08 21:03:46 +02:00
committed by GitHub
parent d33dfda826
commit bd10eb972d

View File

@ -3,9 +3,9 @@ version: "3.9"
services: services:
beelzebub: beelzebub:
build: . build: .
#network_mode: host #baby jesus mac os #network_mode: host #Not work on Mac OS
container_name: beelzebub container_name: beelzebub
ports: ports: # Remove me, if use configuration network_mode: host
- "22:22" - "22:22"
- "8080:8080" - "8080:8080"
- "80:80" - "80:80"