14 lines
221 B
YAML
14 lines
221 B
YAML
version: "3"
|
|
services:
|
|
anylink:
|
|
image: stilleshan/anylink
|
|
container_name: anylink
|
|
privileged: true
|
|
ports:
|
|
- 443:443
|
|
- 8080:8800
|
|
volumes:
|
|
- ./app/conf:/app/conf
|
|
restart: always
|
|
|