mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-28 23:05:11 +02:00
Added a guide how to install Part-DB via docker.
This commit is contained in:
parent
fb115fe920
commit
fb00e1a4aa
3 changed files with 46 additions and 1 deletions
13
docs/docker/docker-compose.yaml
Normal file
13
docs/docker/docker-compose.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue