12 lines
250 B
YAML
Executable File
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
|