Skip to content

Commit

Permalink
Modifies nginx service name, renames Dockerfile to php.dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aschmelyun committed Jul 21, 2020
1 parent 3a67350 commit 73e263d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ networks:
laravel:

services:
nginx:
site:
image: nginx:stable-alpine
container_name: nginx
ports:
Expand Down Expand Up @@ -38,7 +38,7 @@ services:
php:
build:
context: .
dockerfile: Dockerfile
dockerfile: php.dockerfile
container_name: php
volumes:
- ./src:/var/www/html
Expand Down Expand Up @@ -69,7 +69,7 @@ services:
artisan:
build:
context: .
dockerfile: Dockerfile
dockerfile: php.dockerfile
container_name: artisan
volumes:
- ./src:/var/www/html
Expand Down
File renamed without changes.

0 comments on commit 73e263d

Please sign in to comment.