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