mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2025-05-13 10:53:38 +00:00
Update firefox-sync.md
This commit is contained in:
parent
9aa4c4d253
commit
aa5db29c60
@ -15,21 +15,21 @@
|
||||
---
|
||||
version: '3'
|
||||
services:
|
||||
firefox-sync:
|
||||
image: mozilla/syncserver:latest
|
||||
container_name: firefox-sync
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- TZ=Europe/Dublin
|
||||
- SYNCSERVER_PUBLIC_URL=http://localhost:5000
|
||||
- SYNCSERVER_SECRET=0123123123123123123123123123123
|
||||
- SYNCSERVER_SQLURI=sqlite:////data/syncserver.db
|
||||
- SYNCSERVER_BATCH_UPLOAD_ENABLED=true
|
||||
- SYNCSERVER_FORCE_WSGI_ENVIRON=false
|
||||
ports:
|
||||
- "3000:5000"
|
||||
volumes:
|
||||
- ./data:/data
|
||||
firefox-sync:
|
||||
image: mozilla/syncserver:latest
|
||||
container_name: firefox-sync
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- TZ=Europe/Dublin
|
||||
- SYNCSERVER_PUBLIC_URL=http://localhost:5000
|
||||
- SYNCSERVER_SECRET=0123123123123123123123123123123
|
||||
- SYNCSERVER_SQLURI=sqlite:////data/syncserver.db
|
||||
- SYNCSERVER_BATCH_UPLOAD_ENABLED=true
|
||||
- SYNCSERVER_FORCE_WSGI_ENVIRON=false
|
||||
ports:
|
||||
- "3000:5000"
|
||||
volumes:
|
||||
- ./data:/data
|
||||
```
|
||||
|
||||
## Tips & Tricks
|
||||
|
Loading…
Reference in New Issue
Block a user