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

Create docker-compose.yml #251

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

williamhatcher
Copy link

Here's a compose file you can link to in your Docker Hub readme.

I had to use network_mode host otherwise I couldn't work on port 80 😦

Here's a compose file you can link to in your Docker Hub readme. 

I had to use network_mode host otherwise I couldn't work on port 80 :(
@Skaronator
Copy link

You could try NET_ADMIN capability instead of using host port 80.

cap_add:
- NET_ADMIN

I'd also like to see a dummy container (nginx) in the docker compose as an example to expose a container. Saidly its not that simple since we don't have #218

@rapiz1 rapiz1 force-pushed the main branch 8 times, most recently from 78f1157 to 97541af Compare October 1, 2023 09:13
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

Successfully merging this pull request may close these issues.

2 participants