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:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
image: bitweb/number-to-words-api:${APP_VERSION}
|
||||
expose:
|
||||
- 80
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
### Section HTTP
|
||||
|
Loading…
Reference in New Issue
Block a user