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.
1 parent f5bfabb commit e3838e9Copy full SHA for e3838e9
README.md
@@ -27,7 +27,7 @@ From repo folder:
27
Once launched browse to http://localhost:8080
28
Link to your local host will be
29
- Container: /home/seluser
30
- - Host: ~/
+ - Host: ~/automation-home
31
32
## Tests
33
### Steps to run tests:
docker-compose.yml
@@ -7,4 +7,4 @@ services:
7
environment:
8
- PASSWORD=softrams
9
volumes:
10
- - ~/:/home/seluser
+ - ~/automation-home/:/home/seluser
0 commit comments