aboutsummaryrefslogtreecommitdiffhomepage
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorSebastian Riehm <hallo@herrriehm.de>2020-01-25 16:03:31 +0100
committerSebastian Riehm <hallo@herrriehm.de>2020-01-25 16:16:43 +0100
commit1e921a657f02748d1745f5d98cdb2b3c50dc9555 (patch)
tree1a5d0eafb4ace181d4bfdda5b9f3e173858cfbfe /docker-compose.yml
parent52cd86f1c2031e33ff9680e76575210619744394 (diff)
downloadwallabag-1e921a657f02748d1745f5d98cdb2b3c50dc9555.tar.gz
wallabag-1e921a657f02748d1745f5d98cdb2b3c50dc9555.tar.zst
wallabag-1e921a657f02748d1745f5d98cdb2b3c50dc9555.zip
cosmetic changes:
- http to https - replaced generic .com by specific TLD - updated some dead urls
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"