mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 15:40:22 +00:00
proxy
This commit is contained in:
parent
b8c7428c93
commit
1ec26bdec1
3 changed files with 7 additions and 4 deletions
|
@ -1,3 +1,3 @@
|
|||
APP_NAME=websoft9-proxy
|
||||
APP_VERSION=2.10.3
|
||||
APP_VERSION=2.10.4
|
||||
APP_NETWORK=websoft9
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue