fix: update URL format in docker-compose and enhance error handling in http2pic class

This commit is contained in:
2026-04-19 21:27:04 +02:00
parent faea2b0899
commit 4a548f50e7
4 changed files with 75 additions and 11 deletions

View File

@@ -1,4 +1,3 @@
version: '3.3'
services:
http2pic:
build:
@@ -13,6 +12,6 @@ services:
- ./logs:/srv/logs
environment:
- URL=http://localhostxxx:8080
- URL=http://localhost:8080
ports:
- 8080:80