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

11 lines
168 B
YAML

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