fix docker build for arm, amd, arm64

This commit is contained in:
cubixle
2022-04-20 23:31:50 +01:00
parent 97cad0fb2b
commit 484dc9314b
6 changed files with 59 additions and 4 deletions
+13
View File
@@ -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