updated getting server files for mod

This commit is contained in:
Jacob Delgado 2023-08-03 04:01:36 -07:00
parent 788229ceec
commit 85614babcc
2 changed files with 5 additions and 1 deletions

View File

@ -42,4 +42,8 @@ services:
- /your/data/directory:/data # Replace with your directory
ports:
- "25565:25565" # Change first value if you want to run multiple servers Ex:"25585:25565"
```
```
- After the server has been setup, the easiest way to get the mod running is by downloading the server files from curseforge
![](images/2023-08-03_03.57.42AM.png)
- Once downloaded, extract all of the files into the folder where the docker server is and overwrite them.
- To achieve this, I followed [this written guide](https://ubuntu.com/server/docs/samba-file-server) or [this video](https://www.youtube.com/watch?v=oRHSrnQueak&t=42s) in order set up a samba share and access the folder.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB