Docker_bitnami_prestashop_8080

Hello everybody,

I am using the following next docker file:

https://raw.githubusercontent.com/bitnami/bitnami-docker-prestashop/master/docker-compose.yml

In this section:

prestashop:
image: docker.io/bitnami/prestashop:1.7
ports:
- ‘80:8080’
- ‘443:8443’

I would like to use “8080:8080” but it does not work. I would like to acces to 127.0.0.1:8080

Thanks in advance