fix: update HortusFox port in README and docker compose configuration from 8080 to 8282
This commit is contained in:
@@ -146,7 +146,7 @@ Various general-purpose applications for different use cases.
|
||||
|
||||
### hortusfox/ (`komodo/general-purpose/hortusfox/`)
|
||||
|
||||
- **HortusFox** (Port: 8080) - Garden management application. Tracks plants, watering schedules, and garden activities. Includes MariaDB database.
|
||||
- **HortusFox** (Port: 8282) - Garden management application. Tracks plants, watering schedules, and garden activities. Includes MariaDB database.
|
||||
|
||||
**Configuration:** Requires database credentials and admin account configuration.
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
version: '3.3'
|
||||
services:
|
||||
transmission-openvpn:
|
||||
container_name: transmission
|
||||
|
||||
@@ -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