Compare commits

..

2 Commits

Author SHA1 Message Date
9831dc155c add logo asset
All checks were successful
/ docker (push) Successful in 1m48s
2023-07-04 18:08:45 +01:00
c47ef5c434 change image docker compose 2023-07-04 18:08:39 +01:00
2 changed files with 3 additions and 4 deletions

BIN
assets/sharex_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

@ -2,10 +2,9 @@ version: "3.4"
services: services:
sharex-php-uploader: sharex-php-uploader:
build: https://git.fascinated.cc/Fascinated/sharex-php-uploader.git image: fascinated/sharex-php-uploader:latest
# Use this below if you want to build the image locally (you need to clone the repo first) # Uncomment the following line to build the image yourself
# build: . # build: https://git.fascinated.cc/Fascinated/sharex-php-uploader.git
# image: fascinated/sharex-php-uploader
restart: always restart: always
environment: environment:
- MAX_UPLOAD_SIZE=500M - MAX_UPLOAD_SIZE=500M