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