1
0

bump btcpayserver, pin version of nginx

This commit is contained in:
nicolas.dorier
2019-07-12 13:23:11 +09:00
parent 0b0c6b5733
commit a3c149aa9e
5 changed files with 15 additions and 15 deletions

View File

@@ -4,7 +4,7 @@ services:
btcpayserver:
restart: unless-stopped
image: ${BTCPAY_IMAGE:-btcpayserver/btcpayserver:1.0.3.120}
image: ${BTCPAY_IMAGE:-btcpayserver/btcpayserver:1.0.3.121}
expose:
- "49392"
environment:

View File

@@ -3,7 +3,7 @@ version: "3"
services:
nginx:
restart: unless-stopped
image: nginx:latest
image: nginx:1.16.0
container_name: nginx
ports:
- "${REVERSEPROXY_HTTP_PORT:-80}:80"