Skip to content

Commit 4296a35

Browse files
authored
Update README.md
fixed incorrect port number in readme
1 parent cfd71b0 commit 4296a35

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,15 @@ It takes commands from authenticated administrators over the web interface and i
2020

2121
## How can I use it?
2222
To build the angular app for deployment make sure to have npm and the angular cli installed
23+
2324
```
2425
cd client && npm install && ng build --prod && cd ..
26+
```
2527

2628
For OS X users you need to expose the TCP port manually. The docker FAQ suggest it in this way:
29+
2730
```
28-
docker run -d -v /var/run/docker.sock:/var/run/docker.sock -p 127.0.0.1:1234:1234 bobrik/socat TCP-LISTEN:1234,fork UNIX-CONNECT:/var/run/docker.sock
31+
docker run -d -v /var/run/docker.sock:/var/run/docker.sock -p 127.0.0.1:9095:9095 bobrik/socat TCP-LISTEN:9095,fork UNIX-CONNECT:/var/run/docker.sock
2932
```
3033

3134
For any deployed instance you need an administrator account to interact with the application.

0 commit comments

Comments
 (0)