mirror of
https://github.com/journey-ad/Moe-Counter.git
synced 2024-11-23 23:30:56 +01:00
7 lines
82 B
YAML
7 lines
82 B
YAML
version: '3'
|
|
services:
|
|
moe-counter:
|
|
build: .
|
|
ports:
|
|
- "3000:3000"
|