mirror of
https://github.com/goauthentik/authentik
synced 2026-04-26 01:25:02 +02:00
9 lines
142 B
YAML
9 lines
142 B
YAML
version: '3.7'
|
|
|
|
services:
|
|
chrome:
|
|
image: selenium/standalone-chrome:3.141
|
|
volumes:
|
|
- /dev/shm:/dev/shm
|
|
network_mode: host
|