7 lines
190 B
YAML
7 lines
190 B
YAML
services:
|
|
web:
|
|
image: bleckbeard/hiccup:latest
|
|
ports:
|
|
- '8899:80'
|
|
volumes:
|
|
- /srv/docker/hiccup/public/configs/config.json:/usr/share/nginx/html/configs/config.json |