We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a247ae3 + 75647f2 commit 30b7106Copy full SHA for 30b7106
1 file changed
docs/spaces.md
@@ -24,6 +24,8 @@ file `config/initializers/local_hosts.rb` and add the necessary hosts to Rails'
24
Rails.application.config.hosts << '.mytess.training' if Rails.env.development?
25
```
26
27
+if you are using Docker, the private space is accessible on port 3000 (e.g.: http://whatever.mytess.training:3000)
28
+
29
# Production
30
31
To run a multi-space TeSS instance in production you will need to:
0 commit comments