Files
Docker-Compose/Dashboard_Containers/hiccup/compose.yaml
T

7 lines
173 B
YAML
Raw Normal View History

services:
web:
image: bleckbeard/hiccup:latest
ports:
- '8899:80'
volumes:
- ./public/configs/config.json:/usr/share/nginx/html/configs/config.json