changed exposed port

This commit is contained in:
zipben 2025-06-04 15:50:51 -04:00
parent ece1cd06a5
commit 32b212b98d

View file

@ -7,7 +7,7 @@ services:
dockerfile: Dockerfile dockerfile: Dockerfile
container_name: audiobookshelf container_name: audiobookshelf
ports: ports:
- "13378:80" # The app will be available on port 13378 - "7696:80" # The app will be available on port 13378
volumes: volumes:
# Main storage volumes # Main storage volumes
- ./audiobooks:/audiobooks # Your audiobooks directory - ./audiobooks:/audiobooks # Your audiobooks directory