Update docker-compose.yml

add extra_hosts
This commit is contained in:
LRVT 2023-05-02 01:39:17 +02:00 committed by GitHub
parent ad9cf8f520
commit 4eca926d7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,6 +75,8 @@ services:
image: amruthpillai/reactive-resume:client-latest
container_name: rxresume-client
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:
- 3000
depends_on:
@ -96,4 +98,4 @@ services:
networks:
proxy:
external: true
external: true