Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add support for multiple platforms
dshafer committed Oct 22, 2024
1 parent 316349e commit 866d75d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
@@ -36,6 +36,9 @@ services:
proxy:
build:
context: "."
platforms:
- "linux/amd64"
- "linux/arm64"
image: shib-proxy:${VERSION:-latest}
ports:
- "443:443"

0 comments on commit 866d75d

Please sign in to comment.