Removing wrong users.
parent
6bd4c6841c
commit
2eba5ea4e6
20
README.md
20
README.md
|
|
@ -6,24 +6,6 @@
|
||||||
docker run jaschweder/sybase -p 2638:2638
|
docker run jaschweder/sybase -p 2638:2638
|
||||||
```
|
```
|
||||||
|
|
||||||
Then connect to hostname `localhost` or `127.0.0.1` at port `2638`
|
Then connect to hostname `localhost` or `127.0.0.1` at port `2638` with user `dba` and password `sql`.
|
||||||
|
|
||||||
## Users
|
|
||||||
|
|
||||||
### Guest
|
|
||||||
|
|
||||||
- Username: `guest`
|
|
||||||
- Password: `guest1234`
|
|
||||||
- Database: `guest`
|
|
||||||
|
|
||||||
### Admin
|
|
||||||
|
|
||||||
- Username: `sa`
|
|
||||||
- Password: `sql`
|
|
||||||
|
|
||||||
### DBA
|
|
||||||
|
|
||||||
- Username: `dba`
|
|
||||||
- Password: `sql`
|
|
||||||
|
|
||||||
See more about this image at [Docker Hub](https://hub.docker.com/r/jaschweder/sybase)
|
See more about this image at [Docker Hub](https://hub.docker.com/r/jaschweder/sybase)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue