Skip to content

Commit e3838e9

Browse files
committed
change mount path to not conflict with local vscode installs
1 parent f5bfabb commit e3838e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ From repo folder:
2727
Once launched browse to http://localhost:8080
2828
Link to your local host will be
2929
- Container: /home/seluser
30-
- Host: ~/
30+
- Host: ~/automation-home
3131

3232
## Tests
3333
### Steps to run tests:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ services:
77
environment:
88
- PASSWORD=softrams
99
volumes:
10-
- ~/:/home/seluser
10+
- ~/automation-home/:/home/seluser

0 commit comments

Comments
 (0)