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.