Skip to content

Commit

Permalink
Lock nginx-proxy to a fixed tag
Browse files Browse the repository at this point in the history
The `latest` tag tracks git head which may be more likely to be broken
  • Loading branch information
hardillb authored Jul 16, 2024
1 parent 0bc90de commit 6feeada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.3"
services:
nginx:
image: nginxproxy/nginx-proxy
image: nginxproxy/nginx-proxy:1.6.0
networks:
- flowforge
restart: always
Expand Down

0 comments on commit 6feeada

Please sign in to comment.