From f7ff04f4791a1def773e872394047034bc86bef9 Mon Sep 17 00:00:00 2001 From: HelixOW Date: Fri, 24 May 2024 00:04:42 +0000 Subject: [PATCH] Added even more doc --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bd1facb..e66fa6d 100644 --- a/README.md +++ b/README.md @@ -85,3 +85,7 @@ If you are not aware of Devcontainer please see [here](https://code.visualstudio When you start up the container, a dev database is automatically created as well. To run your application you can simply use > go run rogueserver.go --debug --dbuser pokerogue --dbpass pokerogue + +## Connecting to the frontend devcontainer +You can connect both devcontainer by using the host computer as a bridge. +(Default host ip: 172.17.0.1 OR host.docker.internal on MacOS / Linux) \ No newline at end of file