Skip to content

Commit

Permalink
fixed compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Rostislav Raykov committed Dec 1, 2024
1 parent e574fa5 commit b5935f5
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Apps/QuickDrop/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
version: '3.7'
name: quickdrop

services:
quickdrop:
image: roastslav/quickdrop:1.0.0
container_name: quickdrop
ports:
- "8080:8080"
volumes:
- quickdrop_files:/app/files
- quickdrop_db:/app/db
environment:
PGID: $PGID
PUID: $PUID
TZ: $TZ
restart: unless-stopped

volumes:
Expand All @@ -24,12 +29,12 @@ x-casaos:
description:
en_us: QuickDrop is a self-hosted file-sharing application that allows for anonymous uploads, download link generation, and file management with optional password protection and encryption.
developer: RoastSlav
icon: https://github.com/RoastSlav/quickdrop/blob/master/src/main/resources/static/images/favicon.png
icon: https://raw.githubusercontent.com/RoastSlav/quickdrop/master/src/main/resources/static/images/favicon.png
tagline:
en_us: Self-hosted file-sharing with enhanced security.
title:
en_us: QuickDrop
port_map: "80:8080"
port_map: "8080"
volumes:
- container: /app/files
description:
Expand Down

0 comments on commit b5935f5

Please sign in to comment.