redlib: remove external port
This commit is contained in:
parent
2162970f37
commit
9e385acc44
|
@ -4,8 +4,7 @@ services:
|
||||||
image: quay.io/redlib/redlib:latest
|
image: quay.io/redlib/redlib:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: "redlib"
|
container_name: "redlib"
|
||||||
ports:
|
# exposed via caddy -> doesn't need an external port
|
||||||
- "127.0.0.1:8080:${REDLIB_EXTERNAL_PORT}" # Specify `127.0.0.1:8080:8080` instead if using a reverse proxy
|
|
||||||
user: nobody
|
user: nobody
|
||||||
read_only: true
|
read_only: true
|
||||||
security_opt:
|
security_opt:
|
||||||
|
@ -25,4 +24,4 @@ services:
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "wget", "--spider", "-q", "--tries=1", "http://localhost:8080/settings"]
|
test: ["CMD", "wget", "--spider", "-q", "--tries=1", "http://localhost:8080/settings"]
|
||||||
interval: 5m
|
interval: 5m
|
||||||
timeout: 3s
|
timeout: 3s
|
||||||
|
|
Loading…
Reference in New Issue