Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
johanib committed Jan 7, 2025
1 parent 31c4be9 commit e7ecfea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ci/docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---

version: '3.7'

services:
haproxy:
image: ghcr.io/openconext/openconext-basecontainers/haproxy26:latest
Expand All @@ -14,7 +12,7 @@ services:
- "webauthn.dev.openconext.local"
webauthn:
stdin_open: true
image: ghcr.io/openconext/stepup-webauthn/stepup-webauthn:dev
image: ghcr.io/openconext/stepup-webauthn/stepup-webauthn:test
volumes:
- ../../:/var/www/html
- ${PWD}/webauthn:/config
Expand Down

0 comments on commit e7ecfea

Please sign in to comment.