From d283d85985b906ccabc09c52aa7c8ad31bb51e9a Mon Sep 17 00:00:00 2001 From: CatDeployed Date: Wed, 1 Aug 2018 04:52:45 +0200 Subject: [PATCH] update images --- alpine/docker-compose.yml | 4 ++-- ubuntu/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/alpine/docker-compose.yml b/alpine/docker-compose.yml index 3a770c2..b454c2f 100644 --- a/alpine/docker-compose.yml +++ b/alpine/docker-compose.yml @@ -1,7 +1,7 @@ version: "3" services: postal: - image: catdeployed/postal:latest + image: catdeployed/postal:alpine container_name: postal command: run ports: @@ -38,7 +38,7 @@ services: image: nginx restart: always ports: - - 127.0.0.1:80:80 + - 0.0.0.0:80:80 links: - postal depends_on: diff --git a/ubuntu/docker-compose.yml b/ubuntu/docker-compose.yml index 3a770c2..79b1254 100644 --- a/ubuntu/docker-compose.yml +++ b/ubuntu/docker-compose.yml @@ -1,7 +1,7 @@ version: "3" services: postal: - image: catdeployed/postal:latest + image: catdeployed/postal:ubuntu container_name: postal command: run ports: