Update README.md

renovate/configure
Jonathan Schweder 2021-03-15 18:26:47 +00:00 committed by GitHub
parent 72274344c0
commit 99e9da5abd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 1 deletions

View File

@ -1,5 +1,13 @@
# SAP Sybase Anywhere 16 # SAP Sybase Anywhere 16
#### Getting started
```
docker run jaschweder/sybase -p 2638:2638
```
Then connect to hostname `localhost` or `127.0.0.1` at port `2638`
#### Environment Variables #### Environment Variables
##### Guest user ##### Guest user
@ -13,7 +21,13 @@ SYBASE_DB | guest
Environment variable | Default value Environment variable | Default value
--- | --- --- | ---
SYBASE_USER | sa SYBASE_USER | sa
SYBASE_PASSWORD | password SYBASE_PASSWORD | sql
##### DBA user
Environment variable | Default value
--- | ---
SYBASE_USER | dba
SYBASE_PASSWORD | sql
> You can use both `sa` and `guest` users to connect to `guest` database > You can use both `sa` and `guest` users to connect to `guest` database