mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
use relative local path for volumes
This commit is contained in:
@@ -3,8 +3,8 @@ aria2:
|
||||
ports:
|
||||
- "6800:6800"
|
||||
volumes:
|
||||
- "data:/home/aria2"
|
||||
- "keys:/etc/aria2/keys"
|
||||
- "./data:/home/aria2"
|
||||
- "./keys:/etc/aria2/keys"
|
||||
environment:
|
||||
- TOKEN=e6c3778f-6361-4ed0-b126-f2cf8fca06db
|
||||
restart: always
|
||||
@@ -14,5 +14,5 @@ yaaw:
|
||||
ports:
|
||||
- "8080:80"
|
||||
volumes:
|
||||
- html:/usr/share/nginx/html
|
||||
- ./html:/usr/share/nginx/html
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user