mirror of
https://github.com/stilleshan/dockerfiles.git
synced 2025-12-24 13:37:58 +08:00
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
|
|
|