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

11 lines
194 B
YAML
Raw Normal View History

2022-08-23 09:01:47 +09:00
services:
app:
image: kou029w/quot-app
build: "."
restart: unless-stopped
init: true
user: ${UID:-1000}:${GID:-1000}
ports: ["8080:8080"]
volumes:
- ".:/app"