1
0
Fork 0
mirror of https://github.com/kou029w/quot.git synced 2025-01-19 00:18:09 +00:00
quot/app/compose.yml

10 lines
194 B
YAML

services:
app:
image: kou029w/quot-app
build: "."
restart: unless-stopped
init: true
user: ${UID:-1000}:${GID:-1000}
ports: ["8080:8080"]
volumes:
- ".:/app"