Skip to content

Commit

Permalink
Merge pull request #1745 from bakaphp/feat-octane-frankenphp
Browse files Browse the repository at this point in the history
revert using franken dockerfile
  • Loading branch information
rwhite27 committed Jul 30, 2024
2 parents 34b4086 + d9a3649 commit fc675d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ x-common-queue-settings: &common-queue-settings
restart: always
build:
context: .
dockerfile: franken.Dockerfile
dockerfile: development.Dockerfile
extra_hosts:
- "host.docker.internal:host-gateway"
command:
Expand All @@ -28,7 +28,7 @@ services:
container_name: php${APP_CONTAINER_NAME}
build:
context: .
dockerfile: franken.Dockerfile
dockerfile: development.Dockerfile
extra_hosts:
- "host.docker.internal:host-gateway"
environment:
Expand Down Expand Up @@ -88,7 +88,7 @@ services:
restart: always
build:
context: .
dockerfile: franken.Dockerfile
dockerfile: development.Dockerfile
extra_hosts:
- "host.docker.internal:host-gateway"
command:
Expand Down

0 comments on commit fc675d7

Please sign in to comment.