Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
chore: remove unused options
Browse files Browse the repository at this point in the history
  • Loading branch information
saitho committed Apr 29, 2020
1 parent 05f90bf commit a544659
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .stackhead/project/example_docker_multicontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,12 @@ deployment:
image: getstackhead/project-demo-php:data-latest
- name: nginx
image: getstackhead/nginx:php
environment:
DOCKER_PROXY_SERVICE_NAME: php
NGINX_PUBLIC_DIRECTORY: html
links:
- php
volumes_from:
- data:ro
- name: php
image: getstackhead/php:7.4
user: "${STACKHEAD_USER}"
links:
- db
volumes_from:
Expand Down

0 comments on commit a544659

Please sign in to comment.