Files
http2pic/docker-compose.yml
Chris faea2b0899
All checks were successful
Build Container / docker (push) Successful in 28s
fix: correct URL format in docker-compose files and improve viewport handling in index.php
2026-02-15 19:58:43 +01:00

12 lines
250 B
YAML
Executable File

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:
- 8080:80