10 lines
174 B
YAML
10 lines
174 B
YAML
services:
|
|
tot-bot:
|
|
image: tot-bot:latest
|
|
container_name: tot-bot
|
|
build:
|
|
context: .
|
|
network: host
|
|
network_mode: host
|
|
restart: unless-stopped
|