Update docker-compose.yml to pull latest version (#477)

This commit is contained in:
Alessandro Buggin 2020-06-03 09:05:20 +01:00 committed by GitHub
commit 32c13b3b53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ services:
restart: always
dnote:
image: dnote/dnote:1.0.1
image: dnote/dnote:latest
environment:
GO_ENV: PRODUCTION
DBSkipSSL: "true"