Odin Error - HTTP Code: 8 #864
Answered
by
mbround18
gamephreak13
asked this question in
Help!
-
IssueWhen starting a server, it runs through and I get an error code which then kills the docker container: EDITED: SolutionThis was due to a lack of disk space. Linking article that I followed to resolve the issue. Server InfoProxmox VM running Docker Compose Fileversion: "3"
services:
valheim:
image: mbround18/valheim:latest
ports:
- 2456:2456/udp
- 2457:2457/udp
- 2458:2458/udp
environment:
- Port=2456
- NAME="Created With Valheim Docker"
- WORLD="Dedicated"
- PASSWORD="Banana Phone"
- TZ=America/New_York
- PUBLIC=1
- AUTO_UPDATE=0
volumes:
- ./valheim/saves:/home/steam/.config/unity3d/IronGate/Valheim
- ./valheim/server:/home/steam/valheim Docker Logs
Attempts at Troubleshooting
|
Beta Was this translation helpful? Give feedback.
Answered by
mbround18
Jun 5, 2024
Replies: 1 comment 1 reply
-
@gamephreak13 steamcmd exits with error code 8 when there is insufficient disk space to install |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
gamephreak13
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@gamephreak13 steamcmd exits with error code 8 when there is insufficient disk space to install