mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-27 14:01:15 +00:00
Update docker-compose.yml
add extra_hosts
This commit is contained in:
parent
ad9cf8f520
commit
4eca926d7e
|
@ -75,6 +75,8 @@ services:
|
||||||
image: amruthpillai/reactive-resume:client-latest
|
image: amruthpillai/reactive-resume:client-latest
|
||||||
container_name: rxresume-client
|
container_name: rxresume-client
|
||||||
restart: always
|
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:
|
expose:
|
||||||
- 3000
|
- 3000
|
||||||
depends_on:
|
depends_on:
|
||||||
|
@ -96,4 +98,4 @@ services:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
proxy:
|
proxy:
|
||||||
external: true
|
external: true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user