spanskiblog/docker-compose.yml

12 lines
146 B
YAML

version: '3.9'
services:
hugo:
container_name: hugo
restart: unless-stopped
build:
context: .
ports:
- 13000:80