We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e155d4 commit 4717451Copy full SHA for 4717451
tools/modules/software/module_ghost.sh
@@ -58,7 +58,7 @@ function module_ghost () {
58
-p ${module_options["module_ghost,port"]}:2368 \
59
-e url=http://$LOCALIPADD:${module_options["module_ghost,port"]} \
60
-v "$GHOST_BASE:/var/lib/ghost/content" \
61
- ghost:5-alpine
+ ghost:6
62
;;
63
"${commands[1]}")
64
if pkg_installed docker-ce; then
0 commit comments