Skip to content

Commit cbff961

Browse files
committed
Update README.md
1 parent 7a72aea commit cbff961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ I have done my best to secure the container pretty well. This includes the gener
1616
### But how do I change it?
1717
Nothing easier than that:
1818

19-
When first running the container you need to mount the security volume to your host machine by running `docker run --name factorio-manager -d -v [yourpath]:/security - p80:80 -p 443:443 -p 34197:34197/udp factorio-server-manager`
19+
When first running the container you need to mount the security volume to your host machine by running `docker run --name factorio-manager -d -v [yourpath]:/security -p 80:80 -p 443:443 -p 34197:34197/udp factorio-server-manager`
2020

2121
You should always do that, as this will allow you to change the login credentials for any users as well. The directory will contain a "server.key" file and a "server.crt" file. If you replace these with a trusted SSL certificate and key, you should check that "server.crt" contains the whole certificate chain from the root of your CA.
2222

0 commit comments

Comments
 (0)