mirror of
https://github.com/anotherhadi/iknowyou.git
synced 2026-06-04 15:02:34 +02:00
7 lines
122 B
YAML
7 lines
122 B
YAML
services:
|
|
iknowyou:
|
|
build: .
|
|
container_name: iknowyou
|
|
ports:
|
|
- "8080:8080"
|
|
restart: unless-stopped |