fix: correct URL format in docker-compose files and improve viewport handling in index.php
All checks were successful
Build Container / docker (push) Successful in 28s
All checks were successful
Build Container / docker (push) Successful in 28s
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
version: '3.3'
|
||||
services:
|
||||
http2pic:
|
||||
image: gitea.haschek.at/haschek-solutions/http2pic:2
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
- ./cache:/srv/cache
|
||||
- ./logs:/srv/logs
|
||||
environment:
|
||||
- URL=http://localhost:8080
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user