mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-27 14:01:15 +00:00
Update docker-compose.yml
adjust comments
This commit is contained in:
parent
045067373f
commit
1ef99618d8
|
@ -27,7 +27,7 @@ services:
|
|||
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
|
||||
# - "resume.example.com:10.10.0.100" # optionally enable if PDF export keeps failing; specify your domain and server's IP address where traefik is running
|
||||
expose:
|
||||
- 3100
|
||||
depends_on:
|
||||
|
@ -78,7 +78,7 @@ services:
|
|||
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
|
||||
# - "resume.example.com:10.10.0.100" # # optionally enable if PDF export keeps failing; specify your domain and server's IP address where traefik is running
|
||||
expose:
|
||||
- 3000
|
||||
depends_on:
|
||||
|
|
Loading…
Reference in New Issue
Block a user