odin/docker-compose.yml
2024-12-23 23:34:14 +01:00

9 lines
142 B
YAML

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