Skip to content

Plugins not loading #163

@asumaray

Description

@asumaray

I've added some plugins and restarted the server, but the plugins are not being recognized. I've validated that the plugins exist in the host directory, but when I actually exec'd into the container and checked the ServerPlugins folder it did not appear that my plugins were copied over.

Relevant portion of my docker-compose:

terraria:
    container_name: terraria
    image: ryshe/terraria:latest
    stdin_open: true # docker run -i
    tty: true # docker run -t
    environment:
      - WORLD_FILENAME=2024.wld
    ports:
      - 7777:7777
    volumes:
      - /mediaserver/terraria/world:/root/.local/share/Terraria/Worlds
      - /mediaserver/terraria/ServerPlugins:/plugins
    restart: unless-stopped

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions