Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rflihxyz authored Jul 24, 2024
1 parent 78a2294 commit 373ec5e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,20 +216,6 @@ services:
networks:
- backend
- frontend

ngrok:
image: ngrok/ngrok:latest
restart: always
command:
- "start"
- "--all"
- "--config"
- "/etc/ngrok.yml"
volumes:
- ./ngrok.yml:/etc/ngrok.yml
ports:
- 4040:4040
network_mode: "host"

networks:
frontend:
Expand Down

0 comments on commit 373ec5e

Please sign in to comment.