vinanrra / Docker-7DaysToDie

7 days to die server using LinuxGSM in Docker with backups, monitor, auto-installable mods and more
GNU General Public License v3.0
236 stars 47 forks source link

[BUG] I cannot see the map on allocs server screen. #107

Closed drakosoldier298 closed 2 years ago

drakosoldier298 commented 2 years ago

Describe the bug Allocs server fixes map not showing,

To Reproduce Steps to reproduce the behavior:

  1. install allocs with built in installer
  2. connect to ingame server
  3. Connect to allocs map IP
  4. See no map

Expected behavior See a map on the allocs server screen

Screenshots image

Versions:

Docker/Docker-compose Paste here your docker compose or the docker command that you have use.

version: '2'
services:
  7dtdserver:
    image: vinanrra/7dtd-server
    container_name: 7dtdserver
    environment:
      - START_MODE=1 #Change between START MODES
      - VERSION=stable # Change between 7 days to die versions
      - PUID=1000 # Remember to use same as your user
      - PGID=1000 # Remember to use same as your user
      - TimeZone=Europe/Madrid # Optional - Change Timezone
      - TEST_ALERT=NO # Optional - Send a test alert
      - UPDATE_MODS=NO # Optional - This will allow mods to be update on start, each mod also need to have XXXX_UPDATE=YES to update on start
      - ALLOC_FIXES=YES # Optional - Install ALLOC FIXES
      - ALLOC_FIXES_UPDATE # Optional - Update Allocs Fixes before server start
      - UNDEAD_LEGACY=NO # Optional - Install Undead Legacy mod
      - UNDEAD_LEGACY_VERSION=stable # Optional - Undead Legacy version
      - UNDEAD_LEGACY_UPDATE=NO # Optional - Update Undead Legacy mod before server start
      - ENZOMBIES=NO # Optional - Install EnZombies mod
      - ENZOMBIES_ADDON_SNUFKIN=NO # Optional - Install EnZombies addon mod
      - ENZOMBIES_ADDON_ROBELOTO=NO # Optional - Install EnZombies addon mod
      - ENZOMBIES_ADDON_NONUDES=NO # Optional - Install EnZombies addon mod
      - ENZOMBIES_UPDATE=NO # Optional - Update EnZombies mod and addons before server start
      - CPM=NO # Optional - CSMM Patron's Mod (CPM)
      - CPM_UPDATE=NO # Optional - Update BepInEx before server start
      - BEPINEX=NO # Optional - BepInEx
      - BEPINEX_UPDATE=NO # Optional - Update BepInEx before server start
      - BACKUP=NO # Optional - Backup server at 5 AM
      - MONITOR=NO # Optional - Keeps server up if crash
    volumes:
      - /docker/7days/7DaysToDie:/home/sdtdserver/.local/share/7DaysToDie/
      - /docker/7days/LGSM-Config:/home/sdtdserver/lgsm/config-lgsm/sdtdserver
      - /docker/7days/ServerFiles:/home/sdtdserver/serverfiles/ # Optional - serverfiles folder
      - /docker/7days/log:/home/sdtdserver/log/ # Optional - Logs folder
      - /docker/7days/backups:/home/sdtdserver/lgsm/backup/ # Optional - If BAKCUP=NO, backups folder
    ports:
      - "26900:26900/tcp" # Default game ports
      - "26900:26900/udp" # Default game ports
      - "26901:26901/udp" # Default game ports
      - "26902:26902/udp" # Default game ports
      - "8080:8080/tcp" # OPTIONAL - WEBADMIN
      - "8081:8081/tcp" # OPTIONAL - TELNET
      - "8082:8082/tcp" # OPTIONAL - WEBSERVER https://7dtd.illy.bz/wiki/Server%20fixes
    restart: unless-stopped # INFO - NEVER USE WITH START_MODE=4 or START_MODE=0

Additional context I can see literally all other information working

vinanrra commented 2 years ago

Check the perms inside the .xml of alloc fixes: https://docs.csmm.app/en/csmm/allocs.html#configuring-alloc-s-live-map-permissions