Update plume version in docker-compose

Update to :latest in order to get all the commands needed to setup plume
This commit is contained in:
Wilfried OLLIVIER 2019-06-26 15:50:48 +02:00
parent 1f8e5d6855
commit ea2a8e21aa

View file

@ -8,7 +8,7 @@ services:
volumes:
- "./data/postgres:/var/lib/postgresql/data"
plume:
image: plumeorg/plume:v0.3.0
image: plumeorg/plume:latest
env_file: .env
restart: unless-stopped
volumes: