Update docker-compose.yml

add extra_hosts
This commit is contained in:
LRVT 2023-05-02 01:51:26 +02:00 committed by GitHub
parent 97dad9d6bb
commit 045067373f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: