diff --git a/samba/README.md b/samba/README.md index afb284a..fc3537a 100644 --- a/samba/README.md +++ b/samba/README.md @@ -19,7 +19,7 @@ be formatted like:: Then run - ./initialze.sh + ./initialize.sh I strongly recommend deleting users.txt from the current directory after it gets copied into the data-only volume as it contains passwords in plain text! @@ -44,7 +44,7 @@ Systemd service file is available if desired. Otherwise:: To add new users or update the smb.conf, edit or recreate those files in the working directory, then run:: - ./initialze.sh + ./initialize.sh Note that this completely replaces existing users/smb.conf. If you just want to add a user without re-creating users.txt or smb.conf, use docker exec to enter diff --git a/stringer/README.md b/stringer/README.md index 4f90274..4bcf047 100644 --- a/stringer/README.md +++ b/stringer/README.md @@ -11,7 +11,7 @@ database instead of the default postgres database. Create a data-only volume for saving the stringer sqlite database: docker create -v /data --name stringer_data myscratch true - docker run --rm --volumes-from stringer_data --user root stringer chown -R stringer:stringer /data + docker run --rm --volumes-from stringer_data --user root --entrypoint= stringer chown -R stringer:stringer /data ## Run diff --git a/syncthing/README.md b/syncthing/README.md index be0ae47..215e782 100644 --- a/syncthing/README.md +++ b/syncthing/README.md @@ -19,7 +19,7 @@ gid of the user who will be running Syncthing. Create config volume and set permissions:: docker create -v /config --name syncthing_config myscratch true - docker run --rm --volumes-from syncthing_config --user root syncthing chown -R syncthing:users /config + docker run --rm --volumes-from syncthing_config --user root --entrypoint= syncthing chown -R syncthing:users /config ## Run