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:
parent
1f8e5d6855
commit
ea2a8e21aa
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue