diff options
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 0f8f0970..34eb0956 100644 --- a/docker-compose.yml +++ b/docker-compose.yml | |||
@@ -16,7 +16,7 @@ services: | |||
16 | build: | 16 | build: |
17 | context: docker/php | 17 | context: docker/php |
18 | args: | 18 | args: |
19 | # Set here your timezone using one of this: http://php.net/manual/en/timezones.php | 19 | # Set here your timezone using one of this: https://php.net/manual/en/timezones.php |
20 | timezone: 'Europe/Monaco' | 20 | timezone: 'Europe/Monaco' |
21 | ports: | 21 | ports: |
22 | - "9000:9000" | 22 | - "9000:9000" |