Michael Porter

Results 20 comments of Michael Porter

I ran in to an issue when I am using træfik in multi site mode where the same site is pulled up. ``` yml version: '2' services: traefik: image: traefik...

I forgot to update one of the backends `traefik.backend=site2_nginx_1'` I still get redirect loops on that one but that is different from this issue queue.

Have you tried the URL without the port? `https://portainer.docker.localhost`

@SummittDweller docker-compose will create a alpha numeric network based on the folder name. I my experience it will remove dashes and underscores: | folder | network | |------------ | ------|...

On macOS you can use `dnsmasq` for routing. Since we are using Træfik for routing could it be the shorter `xxxxx.internal` or `xxxxx.docker.internal`? this should also work if you edit...

Our team at work settled on using `*.test`. We setup dnsmasq for routing `*.test` to 127.0.0.1 so there is no hosts file change.

It seems that Ulysses switched from `Text.txt` to `Content.xml` and is addressed with #14

Until it is merged: 1. Open Alfred 2. Open Workflows 3. Right click on Ulysses workflow 4. Choose Open In finder/Or Terminal 5. Edit `parse_ulysses.py` 6. Paste the contents of...

I see in #9 the function was added to prefer the settings in `ansible.cfg`. We use AWX and have a different path in the `ansible.cfg` from local. Could a setting...

Seems to be a limitation of ansible-vault not this plugin https://docs.ansible.com/ansible/latest/user_guide/vault.html