Update 'hugo/compose_hugo.yaml'

switched hugo across to an ubuntu based image which will have bash on it
main
alistair 2 years ago
parent ca7065794b
commit 79884dea04

@ -1,7 +1,8 @@
version: '3'
services:
hugo-blog:
image: klakegg/hugo # :0.92.0 # Use the appropriate Hugo version
image: klakegg/hugo:ext-ubuntu
#image: klakegg/hugo # :0.92.0 # Use the appropriate Hugo version
command: server --bind 0.0.0.0
restart: unless-stopped
ports:

Loading…
Cancel
Save