Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not Watching /src/{content,static,themes} #68

Open
so87 opened this issue May 2, 2019 · 0 comments
Open

Not Watching /src/{content,static,themes} #68

so87 opened this issue May 2, 2019 · 0 comments

Comments

@so87
Copy link

so87 commented May 2, 2019

  • Content displays just fine

  • using your docker-compose setup. Volumes work file. I can change in docker container, and files show up on host

  • Set
    environment:

    • HUGO_WATCH=true
  • When I make changes to {content,static,themes} nothing happens.

  • Below is my docker-compose
    version: '3.1'

services:
web:
image: jojomi/hugo:0.55.0
environment:
- HUGO_WATCH=true
- HUGO_REFRESH_TIME=10
- HUGO_THEME=beautifulhugo
- HUGO_BASEURL=localhost
volumes:
- ${PWD}/src:/src
- ${PWD}/output/:/output
ports:
- "1313:1313"
restart: always
nginx:
image: jojomi/nginx-static
volumes:
- ${PWD}/output:/var/www
ports:
- "8080:80"
restart: always

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant