From 1e921a657f02748d1745f5d98cdb2b3c50dc9555 Mon Sep 17 00:00:00 2001 From: Sebastian Riehm Date: Sat, 25 Jan 2020 16:03:31 +0100 Subject: cosmetic changes: - http to https - replaced generic .com by specific TLD - updated some dead urls --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker-compose.yml') 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: build: context: docker/php args: - # Set here your timezone using one of this: http://php.net/manual/en/timezones.php + # Set here your timezone using one of this: https://php.net/manual/en/timezones.php timezone: 'Europe/Monaco' ports: - "9000:9000" -- cgit v1.2.3