Skip to content

Commit

Permalink
chore: add workaround for Codespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Sep 3, 2020
1 parent 00854ea commit 83aabc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ services:
hugo:
container_name: hugo_theme_iris
# image: "peaceiris/hugo:v${HUGO_VERSION}"
image: peaceiris/hugo:v${HUGO_VERSION}-mod # Hugo Modules
# image: peaceiris/hugo:v${HUGO_VERSION}-mod # Hugo Modules
image: peaceiris/hugo:v0.74.3-mod # workaround for Codespaces
ports:
- 1313:1313
volumes:
Expand Down

0 comments on commit 83aabc5

Please sign in to comment.