Update docker-compose.yml

add extra_hosts
pull/19/head
LRVT 2023-05-02 01:39:17 +02:00 zatwierdzone przez GitHub
rodzic ad9cf8f520
commit 4eca926d7e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

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