spanskiblog/docker-compose.yml

12 lines
146 B
YAML
Raw Permalink Normal View History

2022-12-24 17:51:37 +01:00
version: '3.9'
services:
hugo:
container_name: hugo
restart: unless-stopped
build:
context: .
ports:
2022-12-24 20:25:47 +01:00
- 13000:80