Skip to content

Commit

Permalink
Fix --detached (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
ari-party authored Mar 30, 2024
1 parent 6f67fc9 commit 0bc1423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Run the Satisfactory server image like this (this is one command, make sure to c

```bash
docker run \
--detached \
--detach \
--name=satisfactory-server \
--hostname satisfactory-server \
--restart unless-stopped \
Expand All @@ -47,7 +47,7 @@ wolveix/satisfactory-server:latest
<details>
<summary>Explanation of the command</summary>

* `--detached` -> Starts the container detached from your terminal<br>
* `--detach` -> Starts the container detached from your terminal<br>
If you want to see the logs replace it with `--sig-proxy=false`
* `--name` -> Gives the container a unqiue name
* `--hostname` -> Changes the hostname of the container
Expand Down

0 comments on commit 0bc1423

Please sign in to comment.