Skip to content
This repository was archived by the owner on Jul 9, 2021. It is now read-only.

Commit 8fffe70

Browse files
authored
Merge pull request #12 from articulate/dev-prefix
Allow dev.* to show the fabio page as well.
2 parents 26f802f + a86eb6a commit 8fffe70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ services:
3434
- "FABIO_UI_TITLE=Tugboat Services"
3535
- "FABIO_UI_COLOR=blue"
3636
- "REGISTRY_CONSUL_ADDR=consul:8500"
37-
- "REGISTRY_CONSUL_REGISTER_TAGS=urlprefix-fabio.*/"
37+
- "REGISTRY_CONSUL_REGISTER_TAGS=urlprefix-fabio.*/,urlprefix-dev.*/"
3838
ports:
3939
- "80:80"
4040
- "443:443"

0 commit comments

Comments
 (0)