Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Setup Via Docker Compose #39

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

CycleOfTheAbsurd
Copy link

This PR adds a docker-compose file for easier build and setup. It uses the same configurations shown in the original README with the difference that it uses a named volume for greater flexibility.

It also slightly changes the Dockerfile to permit usage of more recent versions of Oracle XE

@@ -0,0 +1,20 @@
version: "3.7"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

q: any specific reason for requiring composer file format 3.7? The compose file seems pretty simple a first sight, and I would rather specify the lowest supported version of the format as general guideline....

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thats a good point, I did it out of habit. I'll check to see the lowest compatible version.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants