No conflict between hostname and service name
This commit is contained in:
@@ -18,7 +18,7 @@ services:
|
|||||||
- sys_module
|
- sys_module
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
audiobookshelf:
|
audiobookshelf-front:
|
||||||
image: ghcr.io/advplyr/audiobookshelf:latest
|
image: ghcr.io/advplyr/audiobookshelf:latest
|
||||||
volumes:
|
volumes:
|
||||||
- ${MEDIA_FOLDER}/audiobooks:/audiobooks
|
- ${MEDIA_FOLDER}/audiobooks:/audiobooks
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
"${TS_CERT_DOMAIN}:443": {
|
"${TS_CERT_DOMAIN}:443": {
|
||||||
"Handlers": {
|
"Handlers": {
|
||||||
"/": {
|
"/": {
|
||||||
"Proxy": "http://audiobookshelf:80"
|
"Proxy": "http://audiobookshelf-front:80"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user