mirror of
https://github.com/runyanjake/olomana.git
synced 2025-10-05 05:37:29 -07:00
Added smb notes and some mc updates
This commit is contained in:
parent
b25f793600
commit
e701200f7e
19
README.md
19
README.md
@ -209,24 +209,11 @@ FIREWALL=Enable
|
|||||||
|
|
||||||
The default port is 8080, but I am using port 8888 via the `WEBUI_PORT=8888` instead due to a port conflict with Traefik.
|
The default port is 8080, but I am using port 8888 via the `WEBUI_PORT=8888` instead due to a port conflict with Traefik.
|
||||||
|
|
||||||
## Part 3: Reference
|
## Part 3: SMB (Samba) Server
|
||||||
|
|
||||||
### Port Map
|
Created a samba server on a large drive to use as a NAS.
|
||||||
|
|
||||||
**External**
|
Followed `https://phoenixnap.com/kb/ubuntu-samba`.
|
||||||
|
|
||||||
- 3000 - Grafana
|
|
||||||
|
|
||||||
- 8080 - Traefik
|
|
||||||
|
|
||||||
- 9000 - Portainer
|
|
||||||
|
|
||||||
|
|
||||||
**Grafana Network**
|
|
||||||
|
|
||||||
- 995 - Node_Exporter
|
|
||||||
|
|
||||||
- 3000 - Grafana
|
|
||||||
|
|
||||||
- 9090 - Prometheus
|
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ services:
|
|||||||
- "25566:25565"
|
- "25566:25565"
|
||||||
- "9226:9225"
|
- "9226:9225"
|
||||||
volumes:
|
volumes:
|
||||||
- /data/minecraft_creative:/data
|
- /data/persistent/minecraft_creative:/data
|
||||||
environment:
|
environment:
|
||||||
- TYPE=PAPER
|
- TYPE=PAPER
|
||||||
- MEMORY=2G
|
- MEMORY=2G
|
||||||
@ -51,7 +51,7 @@ services:
|
|||||||
- "9225:9225"
|
- "9225:9225"
|
||||||
- "8123:8123"
|
- "8123:8123"
|
||||||
volumes:
|
volumes:
|
||||||
- /data/minecraft_2023:/data
|
- /data/persistent/minecraft_2023:/data
|
||||||
environment:
|
environment:
|
||||||
- TYPE=PAPER
|
- TYPE=PAPER
|
||||||
- MEMORY=4G
|
- MEMORY=4G
|
||||||
@ -82,7 +82,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 2565:2565
|
- 2565:2565
|
||||||
volumes:
|
volumes:
|
||||||
- /data/minecraft_2023/world:/world
|
- /data/persistent/minecraft_2023/world:/world
|
||||||
environment:
|
environment:
|
||||||
- RCON_HOST=127.0.0.1
|
- RCON_HOST=127.0.0.1
|
||||||
- RCON_PORT=25565
|
- RCON_PORT=25565
|
||||||
|
Loading…
x
Reference in New Issue
Block a user