pull image from docker hub instead of building

This commit is contained in:
Rune Henriksen
2018-11-29 12:09:19 +01:00
parent 7edf12330c
commit a3ecd017cd

View File

@@ -3,7 +3,6 @@ version: '2'
services: services:
zfswatcher: zfswatcher:
image: pectojin/zfswatcher:latest image: pectojin/zfswatcher:latest
build: .
volumes: volumes:
- /etc/zfswatcher:/zfswatcher_config:rw - /etc/zfswatcher:/zfswatcher_config:rw
- /var/log/zfswatcher/zfswatcher.log:/var/log/zfswatcher/zfswatcher.log:rw - /var/log/zfswatcher/zfswatcher.log:/var/log/zfswatcher/zfswatcher.log:rw