Skip to content

Commit

Permalink
Merge pull request #12 from PFCraft-box/master
Browse files Browse the repository at this point in the history
Fix wrong config file path
  • Loading branch information
ripps818 authored Mar 4, 2024
2 parents a78cf77 + 7b6ab63 commit 74f9c08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ ENV DEBIAN_FRONTEND=noninteractive \
GAME_ROOT="/palworld" \
GAME_PATH="/palworld/Pal" \
GAME_SAVE_PATH="/palworld/Pal/Saved" \
GAME_CONFIG_PATH="/palworld/Pal/Saved/Config/LinuxServer" \
GAME_SETTINGS_FILE="/palworld/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini" \
GAME_ENGINE_FILE="/palworld/Pal/Saved/Config/LinuxServer/Engine.ini" \
GAME_CONFIG_PATH="/palworld/Pal/Saved/Config/WindowsServer" \
GAME_SETTINGS_FILE="/palworld/Pal/Saved/Config/WindowsServer/PalWorldSettings.ini" \
GAME_ENGINE_FILE="/palworld/Pal/Saved/Config/WindowsServer/Engine.ini" \
STEAMCMD_PATH="/home/steam/steamcmd" \
RCON_CONFIG_FILE="/home/steam/steamcmd/rcon.yaml" \
PALWORLD_TEMPLATE_FILE="/PalWorldSettings.ini.template" \
Expand Down

0 comments on commit 74f9c08

Please sign in to comment.