Files
retur/docker-compose.yml

9 lines
189 B
YAML
Raw Permalink Normal View History

2026-07-20 19:45:59 +02:00
services:
retur:
2026-07-20 20:03:54 +02:00
image: repo.explewd.com/explewd/retur:latest
2026-07-20 19:45:59 +02:00
container_name: retur
restart: unless-stopped
2026-07-20 20:03:54 +02:00
pull_policy: always
2026-07-20 19:45:59 +02:00
ports:
- "${HOST_PORT:-5694}:80"