Skip to content

Commit

Permalink
Add Docker Compose configuration file for a new service called "pinge…
Browse files Browse the repository at this point in the history
…r" with specified build, user, ports, and environment settings
  • Loading branch information
dyipon committed Feb 12, 2024
1 parent aaf36bb commit 2d12e65
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: '3.8'
services:
pinger:
build: .
user: root
ports:
- "8080:8080"
environment:
- PINGER_IPS=1.1.1.1,8.8.8.8

0 comments on commit 2d12e65

Please sign in to comment.