Skip to content

Commit

Permalink
Merge pull request #151 from FlowFuse/hardillb-patch-4
Browse files Browse the repository at this point in the history
Lock nginx-proxy to a fixed tag
  • Loading branch information
ppawlowski authored Jul 17, 2024
2 parents 0bc90de + a0da81d commit 31402d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 All @@ -17,7 +17,7 @@ services:
# environment:
# - "HTTPS_METHOD=redirect"
# acme:
# image: nginxproxy/acme-companion
# image: nginxproxy/acme-companion:2.4.0
# restart: always
# volumes:
# - "/var/run/docker.sock:/var/run/docker.sock:ro"
Expand Down

0 comments on commit 31402d3

Please sign in to comment.