Fix typo in gitea runner volumen mount
This commit is contained in:
@@ -13,10 +13,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- type: bind
|
||||
source: /DATA/AppData/$AppData/config.yaml
|
||||
source: /DATA/AppData/$AppID/config.yaml
|
||||
target: /config.yaml
|
||||
- type: bind
|
||||
source: /DATA/AppData/$AppData/data
|
||||
source: /DATA/AppData/$AppID/data
|
||||
target: /data
|
||||
- type: bind
|
||||
source: /var/run/docker.sock
|
||||
|
||||
Reference in New Issue
Block a user