Update plume version in docker-compose

Update to :latest in order to get all the commands needed to setup plume
dev
Wilfried OLLIVIER 5 years ago
parent 1f8e5d6855
commit ea2a8e21aa

@ -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:

Loading…
Cancel
Save