Compare commits

...

1 Commits

Author SHA1 Message Date
Jonathan Schweder 2eba5ea4e6
Removing wrong users. 2022-07-07 14:46:16 +01:00
1 changed files with 1 additions and 19 deletions

View File

@ -6,24 +6,6 @@
docker run jaschweder/sybase -p 2638:2638
```
Then connect to hostname `localhost` or `127.0.0.1` at port `2638`
## Users
### Guest
- Username: `guest`
- Password: `guest1234`
- Database: `guest`
### Admin
- Username: `sa`
- Password: `sql`
### DBA
- Username: `dba`
- Password: `sql`
Then connect to hostname `localhost` or `127.0.0.1` at port `2638` with user `dba` and password `sql`.
See more about this image at [Docker Hub](https://hub.docker.com/r/jaschweder/sybase)