docker-compose-ghost-quickstart icon indicating copy to clipboard operation
docker-compose-ghost-quickstart copied to clipboard

Starting ghost ... error

Open user53245 opened this issue 4 years ago • 3 comments

Starting ghost ... error

ERROR: for ghost Cannot start service ghost: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: rootfs_linux.go:76: mounting "/root/zettend.ru/ghost/volumes/config.production.json" to rootfs at "/var/lib/ghost/config.production.json" caused: mount through procfd: not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type

ERROR: for ghost Cannot start service ghost: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: rootfs_linux.go:76: mounting "/root/zettend.ru/ghost/volumes/config.production.json" to rootfs at "/var/lib/ghost/config.production.json" caused: mount through procfd: not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type ERROR: Encountered errors while bringing up the project.

user53245 avatar Jul 03 '21 12:07 user53245

I delete the ghost volumes, and it's ok, I am trying to understand still where is the new directories, so I can link them again.

athamour1 avatar Dec 15 '21 08:12 athamour1

I have yet to start the docker compose for awhile, does this issue still persists?

robincher avatar Apr 14 '22 06:04 robincher

-    - $PWD/ghost/volumes/config.production.json:/var/lib/ghost/config.production.json:z
+    - $PWD/ghost/config.production.json:/var/lib/ghost/config.production.json:z

root4loot avatar Jul 26 '22 10:07 root4loot