Skip to content

Commit

Permalink
docs(filebrowser): switch image to latest official image
Browse files Browse the repository at this point in the history
Changes the image for the filebrowser container to the latest official version.

This updates the image to the latest version, which may include new features and security updates.
  • Loading branch information
luandro committed Aug 30, 2024
1 parent cd5911a commit 9f48d23
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,17 @@ services:
LETSENCRYPT_EMAIL: ${EMAIL}
# https://filebrowser.org
filebrowser:
image: filebrowser/filebrowser:s6
image: filebrowser/filebrowser
restart: always
volumes:
- ${DIR}:/srv
- ${DIR}/app-data/filebrowser/database:/database
- ${DIR}/app-data/filebrowser/config:/config
- ${DIR}/app-data/filebrowser/database.db:/database.db
- ${DIR}/app-data/filebrowser/config.json:/config.json
user: "${PUID}:${PGID}"
environment:
VIRTUAL_HOST: ${DOMAIN_FILEBROWSER}
LETSENCRYPT_HOST: ${DOMAIN_FILEBROWSER}
LETSENCRYPT_EMAIL: ${EMAIL}
PGID: ${PGID}
PUID: ${PUID}
# https://hub.docker.com/r/minio/minio/
minio:
image: minio/minio
Expand Down

0 comments on commit 9f48d23

Please sign in to comment.