Goner5
Goner5
AAdmincraft
Created by Goner5 on 1/12/2025 in #questions
modrinth docker not working
seems to have worked, thanks for the help
50 replies
AAdmincraft
Created by Goner5 on 1/12/2025 in #questions
modrinth docker not working
maybe it was in the original folder
50 replies
AAdmincraft
Created by Goner5 on 1/12/2025 in #questions
modrinth docker not working
wait I thought I excluded it from the set, weird
50 replies
AAdmincraft
Created by Goner5 on 1/12/2025 in #questions
modrinth docker not working
ah
50 replies
AAdmincraft
Created by Goner5 on 1/12/2025 in #questions
modrinth docker not working
that's the log, idk if it'll help but crash reports apperently aren't generating from ym server
50 replies
AAdmincraft
Created by Goner5 on 1/12/2025 in #questions
modrinth docker not working
50 replies
AAdmincraft
Created by Goner5 on 1/12/2025 in #questions
modrinth docker not working
why is discord processing the file it's a 80b file 😭
50 replies
AAdmincraft
Created by Goner5 on 1/12/2025 in #questions
modrinth docker not working
oh it's still processing
50 replies
AAdmincraft
Created by Goner5 on 1/12/2025 in #questions
modrinth docker not working
think that's it?
50 replies
AAdmincraft
Created by Goner5 on 1/12/2025 in #questions
modrinth docker not working
had another crash, but the mods loaded so i guess I fixed the issue?
50 replies
AAdmincraft
Created by Goner5 on 1/12/2025 in #questions
modrinth docker not working
Nvm
50 replies
AAdmincraft
Created by Goner5 on 1/12/2025 in #questions
modrinth docker not working
what thehell
50 replies
AAdmincraft
Created by Goner5 on 1/12/2025 in #questions
modrinth docker not working
Wait changing the type ot fabric worked
50 replies
AAdmincraft
Created by Goner5 on 1/12/2025 in #questions
modrinth docker not working
no, fabric
50 replies
AAdmincraft
Created by Goner5 on 1/12/2025 in #questions
modrinth docker not working
Oh
50 replies
AAdmincraft
Created by Goner5 on 1/12/2025 in #questions
modrinth docker not working
so change type to fabric?
50 replies
AAdmincraft
Created by Goner5 on 1/12/2025 in #questions
modrinth docker not working
whatever
50 replies
AAdmincraft
Created by Goner5 on 1/12/2025 in #questions
modrinth docker not working
oh i just realized some stuff got cut off by nano
50 replies
AAdmincraft
Created by Goner5 on 1/12/2025 in #questions
modrinth docker not working
sudo docker logs -f downloads-mc-1
[init] Running as uid=1000 gid=1000 with /data as 'drwxr-xr-x. 1 1000 1000 556 Jan 12 09:02 /data'
[init] Resolving type given CUSTOM
[mc-image-helper] 09:02:36.982 ERROR : Invalid parameter provided for 'modrinth' command: No files are available for the project 'Inv View' for loader forge and Minecraft version 1.21.3
sudo docker logs -f downloads-mc-1
[init] Running as uid=1000 gid=1000 with /data as 'drwxr-xr-x. 1 1000 1000 556 Jan 12 09:02 /data'
[init] Resolving type given CUSTOM
[mc-image-helper] 09:02:36.982 ERROR : Invalid parameter provided for 'modrinth' command: No files are available for the project 'Inv View' for loader forge and Minecraft version 1.21.3
50 replies
AAdmincraft
Created by Goner5 on 1/12/2025 in #questions
modrinth docker not working
services:
mc:
image: itzg/minecraft-server
tty: true
stdin_open: true
ports:
- "25565:25565"
environment:
EULA: "TRUE"
VERSION: "1.21.3"
OVERRIDE_SERVER_PROPERTIES: "TRUE"
TYPE: CUSTOM
CUSTOM_SERVER: /data/server.jar
INIT_MEMORY: 1G
MAX_MEMORY: 6G
USE_AIKAR_FLAGS: "TRUE"
MODRINTH_PROJECTS: "D0sHdnXY, P7dR8mSH, Ha28R6CL, 8dI2tmqs, wKko>
restart: unless-stopped
volumes:
# attach the relative directory 'data' to the container's /data >
- /etc/minecraft/tgosf:/data

[ Read 21 lines ]
services:
mc:
image: itzg/minecraft-server
tty: true
stdin_open: true
ports:
- "25565:25565"
environment:
EULA: "TRUE"
VERSION: "1.21.3"
OVERRIDE_SERVER_PROPERTIES: "TRUE"
TYPE: CUSTOM
CUSTOM_SERVER: /data/server.jar
INIT_MEMORY: 1G
MAX_MEMORY: 6G
USE_AIKAR_FLAGS: "TRUE"
MODRINTH_PROJECTS: "D0sHdnXY, P7dR8mSH, Ha28R6CL, 8dI2tmqs, wKko>
restart: unless-stopped
volumes:
# attach the relative directory 'data' to the container's /data >
- /etc/minecraft/tgosf:/data

[ Read 21 lines ]
50 replies