Fixed docker-compose.yml

This commit is contained in:
Stella⋆˚✿˖° 2025-01-26 18:41:04 +01:00
parent 5c83267b58
commit ed808073fa

View File

@ -1,8 +1,8 @@
services:
server:
image: hugomods/hugo:latest
command: hugo server
web:
image: nginx
volumes:
- ./:/src
- ./public:/usr/share/nginx/html:ro
- ./default.conf:/etc/nginx/conf.d/default.conf
ports:
- 1313:1313
- "80:80"