mirror of
https://github.com/anotherhadi/iknowyou.git
synced 2026-06-04 15:02:34 +02:00
Add Dockerfile and Docker-compose.yml
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
services:
|
||||
iknowyou:
|
||||
build: .
|
||||
container_name: iknowyou
|
||||
ports:
|
||||
- "8080:8080"
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user