Docker command

t-ph525
HOBBY

10 months ago

Hi, in order to run my Docker, I need to execute command as follow:

docker create --name='sillytavern' -net='[DockerNet]' -p '8000:8000/tcp' -v '[plugins]':'/home/node/app/plugins':'rw' -v '[config]':'/home/node/app/config':'rw' -v '[data]':'/home/node/app/data':'rw' 'ghcr.io/T-Ph525/sillytavern:[version]'

View Deploy details

ⓘ Deployment information is only viewable by project members and Railway employees.

Solved

1 Replies

10 months ago

Hello,

That command shows that sillytavern is using multiple volumes, something we don't yet support.

You would need to adapt that app to store data in multiple folders within a single volume.

After that's done, you can simply plumb up the service with the volume, variables, etc and deploy from that image.

Best,
Brody


Status changed to Awaiting User Response Railway 10 months ago


Railway
BOT

a month ago

This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!

Status changed to Solved Railway about 1 month ago


Docker command - Railway Help Station