add oracle xe in docker compose

This commit is contained in:
Steve Fan 2020-08-31 01:48:33 +08:00
parent 1870a0d20f
commit 4ffe03a350

View File

@ -29,3 +29,7 @@ services:
- MSSQL_DB=gorm
- MSSQL_USER=gorm
- MSSQL_PASSWORD=LoremIpsum86
oracle:
image: stevefan1999/docker-oracle-xe:latest
ports:
- 9940:1521