Skip to content

Commit

Permalink
Add Sybase docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
sualeh committed May 3, 2023
1 parent b5e1e97 commit 5088f1c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions schemacrawler-docker-compose/sybase.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: '3.7'

services:

sybase:
image: jaschweder/sybase
container_name: sybase
ports:
- target: 2638
published: 2638
protocol: tcp
mode: host

0 comments on commit 5088f1c

Please sign in to comment.