mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-18 11:29:26 +03:00
9 lines
154 B
YAML
9 lines
154 B
YAML
version: '3.7'
|
|
|
|
services:
|
|
chrome:
|
|
image: selenium/standalone-chrome:3.141.59-20200525
|
|
volumes:
|
|
- /dev/shm:/dev/shm
|
|
network_mode: host
|