Browse Source

change name of the link from shaarli to links

Guillaume Virlet 6 years ago
parent
commit
b79ea0ab8c
1 changed files with 1 additions and 2 deletions
  1. 1 2
      shaarli/docker-compose.yml

+ 1 - 2
shaarli/docker-compose.yml

@@ -13,12 +13,11 @@ services:
       - data:/var/www/shaarli/data
     labels:
       traefik.enable: "true"
-      traefik.frontend.rule: "Host: shaarli.${CHATONS_DOMAIN:-localhost}, www.shaarli.${CHATONS_DOMAIN:-localhost}"
+      traefik.frontend.rule: "Host: links.${CHATONS_DOMAIN:-localhost}, www.links.${CHATONS_DOMAIN:-localhost}"
     networks:
       - web
       - default
 
-
 volumes:
   cache:
   data: