You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2022. It is now read-only.
When running both akeneo and akeneo-behat environments through one compose file (akeneo on localhost:8080 and akeneo-behat on 8081), when a user logs in one environment, he/she is disconnected from the other one.
The problem is observed with both Apache + mod_php and Apache (FCGI) + FPM
Solution
The easiest way to handle this is to use a reverse proxy on the host machine. This should be documented.
Example with Apache, assuming the Docker container is mapped on port 8080 and we want to redirect it on the domain name pim-ce.local:
damien-carcel
changed the title
Cannot use both akeneo and akeneo-behat images at the same time
Cannot access both akeneo and akeneo-behat containers at the same time
Jun 26, 2017
When running both akeneo and akeneo-behat environments through one compose file (akeneo on localhost:8080 and akeneo-behat on 8081), when a user logs in one environment, he/she is disconnected from the other one.
The problem is observed with both Apache + mod_php and Apache (FCGI) + FPM
Solution
The easiest way to handle this is to use a reverse proxy on the host machine. This should be documented.
Example with Apache, assuming the Docker container is mapped on port
8080
and we want to redirect it on the domain namepim-ce.local
:We could also use Traefik.
The text was updated successfully, but these errors were encountered: