Created
May 28, 2019 14:16
-
-
Save rjriel/fbb47b5f9864b057f04a739000ab3009 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "2" | |
services: | |
engine: | |
image: qlikcore/engine:12.368.0 | |
command: -S AcceptEULA=yes -S DocumentDirectory=/docs -S EnableFilePolling=1 | |
ports: | |
- "19076:9076" | |
volumes: | |
- ./core-docs:/docs | |
- ./data:/data |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment