Skip to content

Instantly share code, notes, and snippets.

@nabakdev
Created July 10, 2023 08:51
Show Gist options
  • Save nabakdev/318341b44f6a78ac9a91103c363719ad to your computer and use it in GitHub Desktop.
Save nabakdev/318341b44f6a78ac9a91103c363719ad to your computer and use it in GitHub Desktop.
filebrowser docker compose
version: '3'
services:
filebrowser:
image: filebrowser/filebrowser:s6
container_name: filebrowser
volumes:
- ./files:/srv
- ./config:/config
- ./database:/database
environment:
- PUID=1000 # UID
- PGID=1000 # GID
ports:
- 8383:80
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment