Skip to content

Instantly share code, notes, and snippets.

@leveled
Created January 16, 2021 18:28
Show Gist options
  • Save leveled/c6827667b3ef555785083cc0526e1e0f to your computer and use it in GitHub Desktop.
Save leveled/c6827667b3ef555785083cc0526e1e0f to your computer and use it in GitHub Desktop.
Run covenant with ports properly exposed
docker run -it -p 127.0.0.1:7443:7443 -p 80:80 -p 443:443 --name covenant -v $PWD/Covenant/Covenant/Data:/app/Data covenant
#Open a browser and navigate to localhost:7443
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment