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 fe532d9..fa3f05f 100644
--- a/Services/php/docker-compose.yml
+++ b/Services/php/docker-compose.yml
@@ -14,5 +14,5 @@ server:
CONTAINER_INSTANCE: "service-php"
SERVER_NAME: "localhost"
volumes:
- - "/tmp/container/logs/php:/data/logs/apache"
- - "/tmp/container/php:/data/apache" \ No newline at end of file
+ - "/tmp/container/logs/php:/logs"
+ - "/tmp/container/php:/data" \ No newline at end of file