image does not expose port 80 by default, added force port exposure here

This commit is contained in:
Bryan Joshua Pedini 2021-08-13 15:29:46 +02:00
parent 63d38c3f78
commit c014830d37

View File

@ -4,6 +4,8 @@ services:
web: web:
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
image: bitweb/number-to-words-api:${APP_VERSION} image: bitweb/number-to-words-api:${APP_VERSION}
expose:
- 80
labels: labels:
- traefik.enable=true - traefik.enable=true
### Section HTTP ### Section HTTP