Update docker-compose.yml
This commit is contained in:
@@ -1,8 +1,12 @@
|
|||||||
services:
|
services:
|
||||||
hubproxy:
|
hubproxy:
|
||||||
build: .
|
image: ghcr.io/sky22333/hubproxy
|
||||||
|
container_name: hubproxy
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- '5000:5000'
|
- "5000:5000"
|
||||||
volumes:
|
logging:
|
||||||
- ./src/config.toml:/root/config.toml
|
driver: json-file
|
||||||
|
options:
|
||||||
|
max-size: "1g"
|
||||||
|
max-file: "3"
|
||||||
|
|||||||
Reference in New Issue
Block a user