1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-08-08 22:27:53 +02:00

use relative local path for volumes

This commit is contained in:
kev
2015-09-02 11:52:53 +08:00
parent 6a83245552
commit 3399f128c7
13 changed files with 22 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
urlwatch:
image: vimagick/urlwatch
volumes:
- urlwatch/Makefile:/root/.urlwatch/Makefile
- urlwatch/urls.yml:/root/.urlwatch/urls.yml
- ./urlwatch/Makefile:/root/.urlwatch/Makefile
- ./urlwatch/urls.yml:/root/.urlwatch/urls.yml
restart: always