From a66bd9d5dba0ae7e45e69a2642fa2170e608dbf7 Mon Sep 17 00:00:00 2001 From: ALinuxNinja Date: Fri, 12 May 2017 17:07:01 -0400 Subject: [PATCH] Moving docker-compose to Docker Hub images --- README.md | 2 ++ docker-compose.yml | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d221ea0..16386e8 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ Builds are done every 6 hours by [Codeship](http://codeship.com/) | ------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------- | | latest | ![Daily Build](https://app.codeship.com/projects/aef32ad0-1807-0135-b213-7e299b644564/status?branch=master) | [alinuxninja/postal:latest](https://hub.docker.com/r/alinuxninja/postal/) | +By default, docker-compose.yml uses Docker Hub for the image and does not do building, though it can be set to build from the included Dockerfile if needed. + ### Instructions Change configuration in docker-compose.yml to update passwords for MySQL/RabbitMQ. Both passwords in the `postal` service, `mysql` service and `rabbitmq` service have to be changed. diff --git a/docker-compose.yml b/docker-compose.yml index 34fb3c4..8b0e27d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,6 @@ version: "3" services: postal: - build: . image: postal container_name: postal command: run