13 lines
No EOL
361 B
YAML
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 |