You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before you can run the container you need to set the base config. You can do so by copying `sogs.ini.sample` to `sogs.ini` and replacing the line with base_url with `base_url = http://localhost`.
31
50
32
-
Next,
33
-
You can run and attach to the container with
51
+
> **WARNING**: Not for production use. This docker image is strictly for development use and not supported for production use.
52
+
53
+
Next, you can run and attach to the container with
34
54
35
55
```
36
56
sudo docker run -i -p 8080:80 -v $PWD:/session-pysogs -t pysogs-dev:latest
0 commit comments