Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Acekorneya authored Nov 18, 2023
1 parent daeb5b2 commit 6abf87d
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,27 +79,28 @@ services:
container_name: asa_Server
restart: unless-stopped
environment:
- PUID=1001
- PGID=1001
- BATTLEEYE=FALSE # Set to TRUE to use BattleEye, FALSE to not use BattleEye
- PUID=1001 #DONT CHANGE
- PGID=1001 #DONT CHANGE
- BATTLEEYE=FALSE # Set to TRUE to use BattleEye, FALSE to not use BattleEye
- RCON_ENABLED=TRUE #Needed for Graceful Shutdown
- MAP_NAME=TheIsland
- SESSION_NAME=Server_name
- SERVER_ADMIN_PASSWORD=MyPassword
- ASA_PORT=7777
- QUERY_PORT=27015
- RCON_PORT=27020
- MAX_PLAYERS=70
- CLUSTER_ID=cluster
- MOD_IDS= # Add your mod IDs here, separated by commas, e.g., "123456789,987654321"
- MOD_IDS= # Add your mod IDs here, separated by commas, e.g., 123456789,987654321
- CUSTOM_SERVER_ARGS= #If You need to add more Custom Args Make Sure Pass them As STRING EX: "-ForceRespawnDinos -ForceAllowCaveFlyers"
ports:
- "7777:7777/tcp"
- "7777:7777/udp"
- "27015:27015/tcp"
- "27015:27015/udp"
volumes:
- "./ASA:/usr/games/.wine/drive_c/POK/Steam/steamapps/common/ARK Survival Ascended Dedicated Server/ShooterGame"
- "./ARK Survival Ascended Dedicated Server:/usr/games/.wine/drive_c/POK/Steam/steamapps/common/ARK Survival Ascended Dedicated Server"
- "./Cluster:/usr/games/.wine/drive_c/POK/Steam/steamapps/common/ShooterGame"
mem_limit: 16G
mem_limit: 16G

```

If you're planning to change the volume directories, create those directories manually before starting the service.
Expand Down

0 comments on commit 6abf87d

Please sign in to comment.