Skip to content

Commit

Permalink
Use dockette/ci instead of dockette/php
Browse files Browse the repository at this point in the history
  • Loading branch information
bonny committed Jan 15, 2022
1 parent d62b632 commit 48f97b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Expand Up @@ -44,7 +44,7 @@ services:
- host.docker.internal:host-gateway

php-cli:
image: dockette/php:${PHP_VERSION-7.4}
image: dockette/ci:php${PHP_VERSION-74}
container_name: simple-history-php-cli
environment:
WORDPRESS_DB_HOST: db
Expand All @@ -53,6 +53,7 @@ services:
WORDPRESS_DB_PASSWORD: examplepass
profiles:
- noautostart
working_dir: /srv
volumes:
- ./:/srv
- wordpress:/wordpress
Expand Down

0 comments on commit 48f97b5

Please sign in to comment.