Skip to content

Commit

Permalink
doc: correct docker run command, close #101
Browse files Browse the repository at this point in the history
  • Loading branch information
a1ex4 committed Aug 17, 2024
1 parent 8b3d2f9 commit c813f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The project is still in development, expect things to break or change without no

Running this command will start the shop on port `8465` with the library in `/your/game/directory` :

docker run -d -p 8465:8465 -v /your/game/directory:/games /your/config/directory:/app/config --name ownfoil a1ex4/ownfoil
docker run -d -p 8465:8465 -v /your/game/directory:/games -v /your/config/directory:/app/config --name ownfoil a1ex4/ownfoil

The shop is now accessible with your computer/server IP and port, i.e. `http://localhost:8465` from the same computer or `http://192.168.1.100:8465` from a device in your network.

Expand Down

0 comments on commit c813f84

Please sign in to comment.