JACOBSMILE / tmodloader1.4

An easy to configure Docker Image for tModLoader 1.4 servers.
Other
120 stars 29 forks source link

Updates to the directory structure, and other small additional tweaks #18

Closed FlorentLM closed 1 year ago

FlorentLM commented 1 year ago

NOTE: As per the recommended approach, users must chown the host folder to 456:456 before starting the container, otherwise the container might not be able to write its stuff in it.

Example:

chown -R 456:456 /path/on/the/host/terraria
docker run -v /path/on/the/host/terraria:/data 
JACOBSMILE commented 1 year ago

These were included in a different PR. Closing.