Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot fa2d5ef9a8
Add renovate.json 2021-03-25 23:32:34 +00:00
2 changed files with 24 additions and 1 deletions

View File

@ -6,6 +6,24 @@
docker run jaschweder/sybase -p 2638:2638
```
Then connect to hostname `localhost` or `127.0.0.1` at port `2638` with user `dba` and password `sql`.
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`
See more about this image at [Docker Hub](https://hub.docker.com/r/jaschweder/sybase)

5
renovate.json 100644
View File

@ -0,0 +1,5 @@
{
"extends": [
"config:base"
]
}