diff --git a/Dockerfile b/Dockerfile index 4165cc9..f764f2c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -418,11 +418,9 @@ RUN \ echo "**** Configure default user '${USER}' ****" \ && mkdir -p \ ${USER_HOME} \ - /games \ && useradd -d ${USER_HOME} -s /bin/bash ${USER} \ && chown -R ${USER} \ ${USER_HOME} \ - /games \ && echo "${USER} ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers # Add FS overlay diff --git a/Dockerfile.arch b/Dockerfile.arch index 830a792..98a0fac 100644 --- a/Dockerfile.arch +++ b/Dockerfile.arch @@ -387,11 +387,9 @@ RUN \ echo "**** Configure default user '${USER}' ****" \ && mkdir -p \ ${USER_HOME} \ - /games \ && useradd -d ${USER_HOME} -s /bin/bash ${USER} \ && chown -R ${USER} \ ${USER_HOME} \ - /games \ && echo "${USER} ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers # Add FS overlay diff --git a/README.md b/README.md index 0910f59..81ac431 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ script inside the `~/init.d` directory ending with ".sh". This will be executed Everything that you wish to save in this container should be stored in the home directory or a docker container mount that you have specified. All files that are store outside your home directory are not persistent and will be wiped if there is an update of the container or you change something in the template. ### GAMES LIBRARY: -It is recommended that you mount your games library to `/games` and configure Steam to add that path. +It is recommended that you mount your games library to `/mnt/games` and configure Steam to add that path. ### AUTO START APPLICATIONS: In this container, Steam is configured to automatically start. If you wish to add additional services to automatically start, add them under **Applications > Settings > Session and Startup** in the WebUI.