rename server service to hugo-blog in compose.yml

This commit is contained in:
2025-08-14 16:49:10 -03:00
parent 0b1a787547
commit d7083a413d

View File

@@ -1,10 +1,10 @@
services:
server:
hugo-blog:
image: hugomods/hugo:exts
# command: server -D
command: hugo server -D --ignoreCache
command: hugo server -D --ignoreCache
volumes:
- ./:/src
- ./hugo_cache:/tmp/hugo_cache
ports:
- 1313:1313
- 1313:1313