Tests - Docker - update port

This commit is contained in:
Meritoo
2017-10-18 20:02:09 +02:00
parent f9ab0a6194
commit 12100db058

View File

@@ -6,7 +6,7 @@ services:
container_name: php-cli container_name: php-cli
working_dir: /project working_dir: /project
entrypoint: php entrypoint: php
command: -S 0.0.0.0:99 command: -S 0.0.0.0:9999
build: build:
context: ./.docker/config context: ./.docker/config
args: args: