mirror of
https://github.com/cubixle/groxy.git
synced 2026-04-30 08:18:43 +01:00
fix docker build for arm, amd, arm64
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
version: "3.7"
|
||||
|
||||
services:
|
||||
groxy:
|
||||
image: cubixle/groxy:local
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "9090:9090"
|
||||
volumes:
|
||||
- $PWD/groxy.yml:/tmp/groxy.yml
|
||||
environment:
|
||||
- GROXY_CONFIG_FILE=/tmp/groxy.yml
|
||||
Reference in New Issue
Block a user