dashboard
This commit is contained in:
@ -6,3 +6,16 @@ networks:
|
||||
|
||||
#### SERVICES
|
||||
services:
|
||||
picoshare:
|
||||
image: mtlynch/picoshare
|
||||
environment:
|
||||
- PORT=4001
|
||||
- PS_SHARED_SECRET=GolDoRak # Changez_moi!
|
||||
networks:
|
||||
- back_network
|
||||
ports:
|
||||
- 4001:4001
|
||||
command: -db /data/store.db
|
||||
volumes:
|
||||
- ./picoshare/data:/data
|
||||
restart: unless-stopped
|
Reference in New Issue
Block a user