odin/docker-compose.yml
2025-03-17 12:44:50 +01:00

10 lines
165 B
YAML

services:
odin:
build:
context: .
dockerfile: Dockerfile
network: host
restart: always
container_name: odin
network_mode: none