fix: update HortusFox port in README and docker compose configuration from 8080 to 8282
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
version: '3.9'
|
||||
services:
|
||||
rtraceio:
|
||||
image: quay.io/rtraceio/flink
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: ghcr.io/danielbrendel/hortusfox-web:latest
|
||||
ports:
|
||||
- "8080:80"
|
||||
- "8282:80"
|
||||
volumes:
|
||||
- app_images:/var/www/html/public/img
|
||||
- app_logs:/var/www/html/app/logs
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
version: '3'
|
||||
services:
|
||||
openwebui:
|
||||
container_name: Openweb-UI
|
||||
|
||||
Reference in New Issue
Block a user