odin/docker-compose.yml
2025-03-18 08:18:37 +01:00

9 lines
142 B
YAML

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