Added a guide how to install Part-DB via docker.

This commit is contained in:
Jan Böhmer 2021-03-14 23:44:11 +01:00
parent fb115fe920
commit fb00e1a4aa
3 changed files with 46 additions and 1 deletions

View file

@ -0,0 +1,13 @@
version: '3.3'
services:
partdb:
container_name: partdb
# By default Part-DB will be running under Port 8080, you can change it here
ports:
- '8080:80'
volumes:
# By default
- ./uploads:/var/www/html/uploads
- ./public_media:/var/www/html/public/media
restart: unless-stopped
image: jbtronics/part-db1:master