This commit is contained in:
qiaofeng1227 2023-09-19 18:03:28 +08:00
parent b8c7428c93
commit 1ec26bdec1
3 changed files with 7 additions and 4 deletions

View file

@ -1,3 +1,3 @@
APP_NAME=websoft9-proxy
APP_VERSION=2.10.3
APP_VERSION=2.10.4
APP_NETWORK=websoft9

View file

@ -1,7 +1,7 @@
FROM jc21/nginx-proxy-manager:2.10.3
FROM jc21/nginx-proxy-manager:2.10.4
LABEL maintainer="Websoft9<help@websoft9.com>"
LABEL version="2.10.3"
LABEL version="2.10.4"
RUN apk add --no-cache curl
COPY user.sh /user.sh

View file

@ -5,9 +5,12 @@ version: "3.8"
services:
app:
image: jc21/nginx-proxy-manager:${APP_VERSION}
image: websoft9dev/proxy:2.10.4
restart: always
container_name: ${APP_NAME}
build:
context: .
dockerfile: Dockerfile
ports:
- "80:80"
- "443:443"