11 lines
264 B
YAML
11 lines
264 B
YAML
version: '3.9'
|
|
services:
|
|
ghproxy:
|
|
image: 'wjqserver/ghproxy:latest'
|
|
restart: always
|
|
volumes:
|
|
- './ghproxy/log:/data/ghproxy/log'
|
|
- './ghproxy/config:/data/ghproxy/config'
|
|
ports:
|
|
- '7210:8080'
|