No conflict between hostname and service name

This commit is contained in:
2024-08-01 14:40:22 +01:00
parent 4f77947158
commit 7d5afc28c2
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -8,7 +8,7 @@
"${TS_CERT_DOMAIN}:443": { "${TS_CERT_DOMAIN}:443": {
"Handlers": { "Handlers": {
"/": { "/": {
"Proxy": "http://audiobookshelf:80" "Proxy": "http://audiobookshelf-front:80"
} }
} }
} }