-
I have enabled record=1:1 in PUGSETUP_SETUPOPTIONS, just wondering, how I can get the demo out from the container when the recording is finished? TIA |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
The demos files are stored in the |
Beta Was this translation helpful? Give feedback.
-
I was able to mount the volume, however, after waiting for the updating, I have got an error msg said could not be written due to permission, any idea what went wrong? I was mount with RW permission already |
Beta Was this translation helpful? Give feedback.
-
I was running it with Synology DSM 7.0's Docker, not too sure how it was running ... |
Beta Was this translation helpful? Give feedback.
The demos files are stored in the
/home/csgo/server
bound volume. If you need access to the volume, you should use bind mounts: https://docs.docker.com/storage/bind-mounts/ so the volume is bound to a directory in e.g. your home folder. After that you can set up an FTP server or web server with directory listing with Docker to download the demo files.