Update docker-compose.yml
add extra_hosts
This commit is contained in:
parent
97dad9d6bb
commit
045067373f
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@ services:
|
|||
image: amruthpillai/reactive-resume:server-latest
|
||||
container_name: rxresume-server
|
||||
restart: always
|
||||
#extra_hosts:
|
||||
# - "resume.example.com:10.10.0.100" # optionally change to your server's IP address where traefik if PDF export keeps failing
|
||||
expose:
|
||||
- 3100
|
||||
depends_on:
|
||||
|
|
|
|||
Loading…
Reference in a new issue