Skip to content
Snippets Groups Projects
Unverified Commit c1cbe269 authored by Sean Burlington's avatar Sean Burlington Committed by GitHub
Browse files

docker run vs create

I think the docker command should be "run" not create as you are expecting a running container in the next step

If I'm right - this change should help other newcomers
parent ce4e9875
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
## Usage ## Usage
```sh ```sh
docker create \ docker run \
--name=funkwhale \ --name=funkwhale \
-e FUNKWHALE_HOSTNAME=<yourdomain.funkwhale> \ -e FUNKWHALE_HOSTNAME=<yourdomain.funkwhale> \
-e NESTED_PROXY=0 \ -e NESTED_PROXY=0 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment