Fix typo in gitea runner volumen mount

This commit is contained in:
2025-07-22 11:45:59 +02:00
parent 1b41212fc1
commit 61573d43b8

View File

@@ -13,10 +13,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- type: bind - type: bind
source: /DATA/AppData/$AppData/config.yaml source: /DATA/AppData/$AppID/config.yaml
target: /config.yaml target: /config.yaml
- type: bind - type: bind
source: /DATA/AppData/$AppData/data source: /DATA/AppData/$AppID/data
target: /data target: /data
- type: bind - type: bind
source: /var/run/docker.sock source: /var/run/docker.sock