Skip to content

Commit

Permalink
documentation: fix typo
Browse files Browse the repository at this point in the history
Fix small typo in the testing documentation.

Signed-off-by: crozzy <joseph.crosland@gmail.com>
  • Loading branch information
crozzy committed Aug 23, 2021
1 parent b3c3e38 commit 28b78c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/howto/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ The most common issue encountered when standing up the dev environment is port c

The second issue you may face is your Docker resource settings maybe too constrained to support the local dev stack. This is typically seen on Docker4Mac since a VM is used with a specific set of resources configured. See [Docker For Mac Manual](https://docs.docker.com/docker-for-mac/) for instructions on how to change these resources.

Lastly, you can view traefik's ui at `localhost:7000`. If traefik is reporting no routers or services its likely SELinux has blocked its access to `/var/run/docker.socket`. Place SELinuse in permissive mode and restart the local development environment.
Lastly, you can view traefik's ui at `localhost:7000`. If traefik is reporting no routers or services its likely SELinux has blocked its access to `/var/run/docker.socket`. Place SELinux in permissive mode and restart the local development environment.

0 comments on commit 28b78c5

Please sign in to comment.