mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 09:31:51 +01:00
Tests - Docker - update name of image and container
This commit is contained in:
@@ -2,8 +2,8 @@ version: '3'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
php-cli:
|
php-cli:
|
||||||
image: php-cli
|
image: meritoo/common-library
|
||||||
container_name: php-cli
|
container_name: meritoo-common-library
|
||||||
working_dir: /project
|
working_dir: /project
|
||||||
entrypoint: php
|
entrypoint: php
|
||||||
command: -S 0.0.0.0:9999
|
command: -S 0.0.0.0:9999
|
||||||
|
|||||||
Reference in New Issue
Block a user