Skip to content
New issue

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

Running to docker #18

Open
laronlineworld opened this issue Aug 26, 2022 · 2 comments
Open

Running to docker #18

laronlineworld opened this issue Aug 26, 2022 · 2 comments

Comments

@laronlineworld
Copy link

How to run expedition on docker? any ways?

@DRIgnazGortngschirl
Copy link

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

@kavimaluskam
Copy link

I think you can use etclabscore/expedition on dockerhub.

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

No branches or pull requests

3 participants