rural-dict/docker-compose.yml
2024-10-05 23:01:11 +02:00

7 lines
118 B
YAML

version: "3"
services:
rural-dict:
build: .
restart: unless-stopped
ports:
- "10.0.3.0:5758:5758"