Fix typo in gitea runner volumen mount
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user