This repository has been archived on 2024-10-21. You can view files and clone it, but cannot push or open issues or pull requests.
furao-link/docker-compose.yml
2024-10-07 13:05:45 +00:00

13 lines
No EOL
361 B
YAML

name: furao-link
services:
furao-link:
restart: unless-stopped
ports:
- 3402:8080
# Replace 3402 with the port you want if needed!
environment:
- URL=https://httpsurlhere.com
# Change the above!
volumes:
- $PWD/data:/data
image: quay.io/blitzwin/furao-link