Skip to content

Commit c3423b1

Browse files
authored
Fixing typo [skip ci]
1 parent f8cdde9 commit c3423b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -700,12 +700,12 @@ problem happens because the volume will be mounted as
700700
`root`, and therefore the browser cannot write a file to
701701
that directory because it is running under the user
702702
`seluser`. This happens because that is how Docker mounts
703-
volumes in Linux, more details in the [issue](https://github.com/moby/moby/issues/2259).
703+
volumes in Linux, more details in this [issue](https://github.com/moby/moby/issues/2259).
704704

705705
A workaround for this is to create the directory on the
706-
host and change its permissions before mounting. Depending
707-
on your user permissions, you might need to use `sudo` for
708-
some of these commands:
706+
host and change its permissions **before mounting the volume**.
707+
Depending on your user permissions, you might need to use
708+
`sudo` for some of these commands:
709709

710710
```bash
711711
mkdir /home/ubuntu/files

0 commit comments

Comments
 (0)