Skip to content

Commit

Permalink
Swap to new images
Browse files Browse the repository at this point in the history
  • Loading branch information
acbramley committed Aug 3, 2018
1 parent f1bee44 commit e6bb38c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.linux.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.osx.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit e6bb38c

Please sign in to comment.