This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/tests/e2e/docker-compose.yml
Jens Langhammer 4c41948e75 e2e: fix broken selenium by locking images
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2021-07-29 21:53:09 +02:00

10 lines
180 B
YAML

version: '3.7'
services:
chrome:
image: selenium/standalone-chrome-debug:3.141.59-20210713
volumes:
- /dev/shm:/dev/shm
network_mode: host
restart: always