11 lines
191 B
YAML
11 lines
191 B
YAML
|
version: '3.8'
|
||
|
|
||
|
services:
|
||
|
docs:
|
||
|
image: registry.sp-tarkov.com/spt/aki-docs:latest
|
||
|
ports:
|
||
|
- 127.0.0.1:8006:80
|
||
|
deploy:
|
||
|
resources:
|
||
|
limits:
|
||
|
cpus: "0.1"
|