mirror of
https://github.com/Kizuren/QuizConnect.git
synced 2025-12-21 21:16:14 +01:00
11 lines
No EOL
260 B
YAML
11 lines
No EOL
260 B
YAML
services:
|
|
quizconnectserver:
|
|
image: ghcr.io/marcus7i/quizconnect:latest
|
|
container_name: quizconnectserver
|
|
environment:
|
|
- APP_UID=1000
|
|
ports:
|
|
- "8080:8080"
|
|
volumes:
|
|
- ./Server/.env:/app/.env
|
|
restart: unless-stopped |