mirror of
https://git.vern.cc/cobra/rural-dict.git
synced 2025-11-05 04:04:53 +05:30
7 lines
119 B
YAML
7 lines
119 B
YAML
version: "3"
|
|
services:
|
|
rural-dict:
|
|
build: .
|
|
restart: unless-stopped
|
|
ports:
|
|
- "127.0.0.1:5758:5758"
|