aboutsummaryrefslogtreecommitdiffhomepage
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2020-01-28 10:07:22 +0100
committerGitHub <noreply@github.com>2020-01-28 10:07:22 +0100
commit62107f50d3b43039a635dcaecce317ef0299ee1f (patch)
treeb35424d19bf21c5a8c02bb88ebcc2a5463bdb698 /docker-compose.yml
parent8afcb3a6478325959c872fccf206bf8dc80d164c (diff)
parent1de4a8f938771b2a751a57056777aa4bcb8476c2 (diff)
downloadwallabag-62107f50d3b43039a635dcaecce317ef0299ee1f.tar.gz
wallabag-62107f50d3b43039a635dcaecce317ef0299ee1f.tar.zst
wallabag-62107f50d3b43039a635dcaecce317ef0299ee1f.zip
Merge pull request #4264 from herrriehm/master
cosmetic changes
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml2
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"