summaryrefslogtreecommitdiffstats
path: root/Services/php/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'Services/php/docker-compose.yml')
-rw-r--r--Services/php/docker-compose.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Services/php/docker-compose.yml b/Services/php/docker-compose.yml
index 1b6d62a..16a5496 100644
--- a/Services/php/docker-compose.yml
+++ b/Services/php/docker-compose.yml
@@ -6,8 +6,8 @@ server:
cpu_shares: 5
restart: "on-failure:2"
ports:
- - "80:80"
- - "443:443"
+ - "9213:80"
+ - "9214:443"
environment:
CONTAINER_TYPE: "service"
CONTAINER_SERVICE: "php"