mirror of
https://github.com/brockar/blog.git
synced 2026-01-11 14:30:58 -03:00
rename server service to hugo-blog in compose.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user