From e6bb38cb5a9111df741b481f2f6e070f3b8a0c94 Mon Sep 17 00:00:00 2001 From: Adam Bramley Date: Fri, 3 Aug 2018 13:13:08 +1000 Subject: [PATCH] Swap to new images --- docker-compose.linux.yml | 2 +- docker-compose.osx.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.linux.yml b/docker-compose.linux.yml index 048829b..f3bd4be 100644 --- a/docker-compose.linux.yml +++ b/docker-compose.linux.yml @@ -1,7 +1,7 @@ version: '3' services: web: - image: uofa/apache2-php7-dev:shepherd + image: uofa/apache2-php7-dev:foundation # This makes the container run on the same network stack as your # workstation. Meaning that you can interact on "localhost". network_mode: host diff --git a/docker-compose.osx.yml b/docker-compose.osx.yml index a7f70e2..446cb79 100644 --- a/docker-compose.osx.yml +++ b/docker-compose.osx.yml @@ -1,7 +1,7 @@ version: '3' services: web: - image: uofa/apache2-php7-dev:shepherd + image: uofa/apache2-php7-dev:foundation # You will notice that we are forwarding port which do not belong to PHP. # We have to declare them here because these "sidecar" services are sharing # THIS containers network stack.