Skip to content

Commit

Permalink
chore: Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
l4rm4nd authored Feb 19, 2025
1 parent b3bd752 commit 7a94470
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/traefik/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ services:
#- traefik.http.middlewares.basic-auth-global.basicauth.users=admin:$$apr1$$epoKf5li$$QfTMJZOCS/halv3CiIUEu0 # protect the traefik dashboard by basic auth (pw=password)
extra_hosts:
- host.docker.internal:172.17.0.1
security_opt:
- no-new-privileges:true
networks:
- proxy
- docker-proxynet
Expand Down

0 comments on commit 7a94470

Please sign in to comment.