Skip to content

Commit

Permalink
Use compose.yaml for docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
hason committed Feb 1, 2024
1 parent 07cec2b commit 4831766
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docker-compose.yml → compose.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
version: '3.4'

services:
php:
image: "minidocks/php-tools:${PHP_VERSION:-8.1}"
image: "minidocks/php:${PHP_VERSION:-8.2}"
volumes:
- .:$PWD
- ~/.composer/cache:/composer-cache
- ~/.composer/auth.json:/composer/auth.json
environment:
PATH_SUFFIX: './vendor/bin'
working_dir: $PWD
command: sshd

0 comments on commit 4831766

Please sign in to comment.