Lock nginx-proxy-manger to 2.9.22
This commit is contained in:
parent
76c0938619
commit
4daf2e3aee
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
version: "3"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: 'jc21/nginx-proxy-manager:latest'
|
image: jc21/nginx-proxy-manager:2.9.22
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- 80:80 # Public HTTP Port
|
- 80:80 # Public HTTP Port
|
||||||
|
|
Loading…
Reference in a new issue