Skip to content

Commit

Permalink
Merge pull request golevelup#5 from golevelup/chore/remove-public-fpm…
Browse files Browse the repository at this point in the history
…-port

refactor(docker-compose): remove host port for app FPM process
  • Loading branch information
WonderPanda authored Nov 14, 2019
2 parents 874a118 + 59eaca7 commit 58505dd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions environment/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ services:
volumes:
- ./:/var/www:delegated
env_file:
- environment/docker.env
ports:
- 9000:9000
- environment/.docker.env

web:
build:
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@levelup-laravel/cli",
"name": "@golevelup/laravel-cli",
"version": "0.5.1",
"description": "A delightful CLI for Docker based Laravel developer environments and the cloud",
"author": "Jesse Carter @WonderPanda",
Expand Down

0 comments on commit 58505dd

Please sign in to comment.