Running cat command n8n docker

What server are you checking on?

With docker everything is in the container which isn’t directly available on the host OS and the host OS files are not available to the container. The way to handle this is to mount the folder that has your files in the volumes section of your compose file, assuming os permissions are all good you should then be able to access the files.

1 Like

thanks for the help, I found where on the server the directory with the files

2 Likes

Awesome. Enjoy :+1:

1 Like

Hey @This_is_real_life,

Can you please share the solution that helped you? This will others with the similar issues find the answer faster :slight_smile:

1 Like