mirror of
https://github.com/DeanWard/CaddyGen.git
synced 2026-05-04 00:11:10 +00:00
9 lines
154 B
YAML
9 lines
154 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
app:
|
|
image: wardy784/caddygen:latest
|
|
ports:
|
|
- "8189:80"
|
|
restart: unless-stopped
|
|
container_name: caddygen |