ryansheehan / terraria

Dockerfile for terraria
MIT License
287 stars 102 forks source link

Quick start guide for Synology NAS #123

Open ackvf opened 1 year ago

ackvf commented 1 year ago

Hey guys, this is how I do it without access to terminal on a Synology NAS! Feel free to use it or link to this issue.

1. Add Image

1-add-image

2. Create Container

2-create-container

3. Advanced Settings

3-advanced-settings

4. Advanced Settings - Volume

4-volume

5. Advanced Settings - Port

5-port

6. Advanced Settings - Environment

6-environment

7. Turn On Container

7-container-turn-on

8. Check Container status in Terminal

8-container-terminal

9. Shut down container

9-container-turn-off

ackvf commented 1 year ago

This should be generally applicable to any Docker GUI app. I tried the same on Docker for Windows and it was more or less the same.

ackvf commented 1 year ago

Hey guys, I made my own dockerized solution. Thanks for the inspiration!

https://hub.docker.com/r/ackvf/terraria https://github.com/ackvf/terraria

Advantage of my solution is that you never need to pull new image and recreate containers. Everything is controlled by ENV variables.