Skip to content

Commit

Permalink
[Simplify] docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
samatstariongroup committed Aug 12, 2024
1 parent 1231bfe commit ed22351
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,5 @@ version: "3.8"
services:
reqifviewer:
image: index.docker.io/STARIONGROUP/reqifviewer:latest
labels:
- "com.centurylinklabs.watchtower.enable=true"
ports:
- 8080:80
watchtower:
image: containrrr/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /root/.docker/config.json:/config.json
command: --interval 30
- 8080:80

0 comments on commit ed22351

Please sign in to comment.