This is an automated email from the ASF dual-hosted git repository.
snoopdave pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/roller.git
The following commit(s) were added to refs/heads/master by this push:
new deaab19 Update to work with latest docker-compose.
deaab19 is described below
commit deaab1988e3fc4e5bb29712f0d8f4594a41bf099
Author: David M. Johnson <[email protected]>
AuthorDate: Sat Sep 21 15:36:00 2019 -0400
Update to work with latest docker-compose.
---
docker-compose.yml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/docker-compose.yml b/docker-compose.yml
index 0288882..ba5c7b8 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -16,10 +16,10 @@
# directory of this distribution.
-# Example Docker Compose setup for running Roller and PostreSQL locally
+# Example Docker Compose setup for running Roller and PostgreSQL locally
-version: '3.2'
+version: '3.7'
services:
@@ -37,8 +37,7 @@ services:
- POSTGRES_PASSWORD=tiger
roller:
- image:
- build: .
+ build: .
ports:
- "8080:8080"
volumes: