image does not expose port 80 by default, added force port exposure here
This commit is contained in:
parent
63d38c3f78
commit
c014830d37
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user