Is anyone here really familiar with the docker-compose setup for this? #2142
Closed
Jaffythethird
started this conversation in
General
Replies: 1 comment 6 replies
-
While the server container is running you can |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'll admit, I'm new to Docker. That being said, I think I've got enough figured out to be able to start and stop a server with a custom port. However, the server seems to be getting slowed down any time that more than one person is on, to the point that you can't pick anything up and it disconnects you. I'd like to think it's high resource usage, but I cannot for the life of me figure out how to troubleshoot it from outside the container.
I've tried sending rcon-cli commands through docker-compose, but I would get no response and echoing $? returned a 1 every time. I'm 100% convinced that this is a fault of my not understanding docker-compose, and that this would all work correctly if I was doing it right. However, I think I've gotten as far as I can with this via documentation without calling for a little help from someone. Anyone volunteer to help? I can try and fetch any info that you need.
Beta Was this translation helpful? Give feedback.
All reactions