Skip to content

Commit 30b7106

Browse files
authored
Merge pull request #1324 from valentinRyckaert/update-spaces-doc
doc: add port information for using spaces on Docker instance
2 parents a247ae3 + 75647f2 commit 30b7106

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/spaces.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ file `config/initializers/local_hosts.rb` and add the necessary hosts to Rails'
2424
Rails.application.config.hosts << '.mytess.training' if Rails.env.development?
2525
```
2626

27+
if you are using Docker, the private space is accessible on port 3000 (e.g.: http://whatever.mytess.training:3000)
28+
2729
# Production
2830

2931
To run a multi-space TeSS instance in production you will need to:

0 commit comments

Comments
 (0)