mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
Update
This commit is contained in:
+3
-3
@@ -36,8 +36,8 @@ spec:
|
||||
image: mirror.gcr.io/unclecode/crawl4ai:latest
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
ports:
|
||||
- containerPort: 11235
|
||||
name: api
|
||||
@@ -58,7 +58,7 @@ spec:
|
||||
# key: anthropic-api-key
|
||||
volumeMounts:
|
||||
- name: config
|
||||
mountPath: "/app/data"
|
||||
mountPath: "/app/config.yml"
|
||||
subPath: "config.yml"
|
||||
- name: shm
|
||||
mountPath: "/dev/shm"
|
||||
|
||||
Reference in New Issue
Block a user