Skip to content

Commit

Permalink
Update docker-compose.yml (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
animemoeus authored Nov 19, 2024
1 parent 691ba35 commit 329d132
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3"
networks:
unklab:
external: true
Expand All @@ -9,7 +8,7 @@ services:
container_name: dozzle
restart: unless-stopped
environment:
- DOZZLE_REMOTE_AGENT=10.104.0.3:7007
- DOZZLE_REMOTE_AGENT=${DOZZLE_REMOTE_AGENT}
volumes:
- /var/run/docker.sock:/var/run/docker.sock
networks:
Expand Down

0 comments on commit 329d132

Please sign in to comment.