Skip to content

Commit

Permalink
dockerized
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdotkg committed Aug 24, 2024
1 parent b176199 commit daa9ea3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
services:
hugo:
command: server --buildDrafts --buildFuture --bind 0.0.0.0
container_name: 40fyweb
image: jakejarvis/hugo-extended:latest
ports:
- 1313:1313
volumes:
- ./:/src

# docker run
# -v $(pwd):/src
# -p 1313:1313
# jakejarvis/hugo-extended:latest
# server --buildDrafts --buildFuture --bind 0.0.0.0

0 comments on commit daa9ea3

Please sign in to comment.