Skip to content

Commit

Permalink
Updated README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
Son-HNguyen authored Apr 4, 2018
1 parent fcc5b36 commit 8db194b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,8 @@ The 3DCityDB-Web-Map-Client Docker image also allows sharing data between differ
To enable Samba:
```bash
docker run -dit --name 3dwebmap-container -p 80:8000 -p 139:139 -p 445:445 \
-v /home/docker/data/:/var/www/data/ \
tumgis/3dcitydb-web-map \
-u "username;password!" \
-v /home/docker/data/:/var/www/data/ tumgis/3dcitydb-web-map \
-u "username;password!" \
-s "smb_shared;/var/www/data/;yes;no;yes;all;username;username;comment"
```
where:
Expand Down

0 comments on commit 8db194b

Please sign in to comment.