Docker command

t-ph525HOBBY

6 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.

Awaiting User Response

1 Replies

6 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[bot] 6 months ago