mirror of
https://github.com/goauthentik/authentik
synced 2026-04-25 17:15:26 +02:00
10 lines
168 B
YAML
10 lines
168 B
YAML
version: '3.7'
|
|
|
|
services:
|
|
chrome:
|
|
image: selenium/standalone-chrome-debug:3.141
|
|
volumes:
|
|
- /dev/shm:/dev/shm
|
|
network_mode: host
|
|
restart: always
|