We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to run expedition on docker? any ways?
The text was updated successfully, but these errors were encountered:
1.st I would build the Dockerfile
2.nd Try this docker-compose.yml
version: '3.3' networks: web: external: true back-tier: null services: expedition: ports: - '8999:80' image: 'expedition:latest' networks: - back-tier restart: unless-stopped
3.rd access via the exposed poorts
Sorry, something went wrong.
I think you can use etclabscore/expedition on dockerhub.
etclabscore/expedition
No branches or pull requests
How to run expedition on docker? any ways?
The text was updated successfully, but these errors were encountered: