http2pic/docker-compose.yml
2025-06-10 11:23:45 +02:00

11 lines
201 B
YAML
Executable File

version: '3.3'
services:
http2pic:
image: gitea.haschek.at/haschek-solutions/http2pic:2
restart: unless-stopped
environment:
- URL=http://localhost:8080
ports:
- 8080:80