Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
r15ch13 committed Jun 20, 2023
1 parent 3e478aa commit a11bd29
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,20 +106,20 @@ volumes:
## Volumes
+ __/ark__ : Working directory :
+ /ark/server : Server files and data.
+ /ark/log : logs
+ /ark/backup : backups
+ /ark/arkmanager.cfg : config file for Ark Server Tools
+ /ark/crontab : crontab config file
+ /ark/server/ShooterGame/Saved/Config/LinuxServer/Game.ini : ark Game.ini config file
+ /ark/server/ShooterGame/Saved/Config/LinuxServer/GameUserSetting.ini : ark GameUserSetting.ini config file
+ /ark/template : Default config files
+ /ark/template/arkmanager.cfg : default config file for Ark Server Tools
+ /ark/template/crontab : default config file for crontab
+ /ark/staging : default directory if you use the --downloadonly option when updating.
+ `/ark/server` : Server files and data.
+ `/ark/log` : logs
+ `/ark/backup` : backups
+ `/ark/arkmanager.cfg` : config file for Ark Server Tools
+ `/ark/crontab` : crontab config file
+ `/ark/server/ShooterGame/Saved/Config/LinuxServer/Game.ini` : ark Game.ini config file
+ `/ark/server/ShooterGame/Saved/Config/LinuxServer/GameUserSetting.ini` : ark GameUserSetting.ini config file
+ `/ark/template` : Default config files
+ `/ark/template/arkmanager.cfg` : default config file for Ark Server Tools
+ `/ark/template/crontab` : default config file for crontab
+ `/ark/staging` : default directory if you use the --downloadonly option when updating.
+ __/cluster__ : Cluster volume to share with other instances
+ /cluster/myclusterid.Game.ini : ark Game.ini config file which will be copied on every start
+ /cluster/myclusterid.GameUserSetting.ini : ark GameUserSetting.ini config file which will be copied on every start
+ `/cluster/myclusterid.Game.ini` : ark Game.ini config file which will be copied on every start
+ `/cluster/myclusterid.GameUserSetting.ini` : ark GameUserSetting.ini config file which will be copied on every start

## Known issues
Currently none

0 comments on commit a11bd29

Please sign in to comment.