go-watch/docs/compose/gowatch.yml

10 lines
No EOL
164 B
YAML

version: "3"
services:
app:
image: ghcr.io/broodjeaap/go-watch:latest
container_name: go-watch
volumes:
- ./:/config
ports:
- "8080:8080"