more fixes
This commit is contained in:
@@ -50,10 +50,10 @@ docker-compose --env-file .env.docker up -d
|
||||
./ssl-setup.sh yourdomain.com your-email@domain.com
|
||||
|
||||
# Management
|
||||
npm run docker:up
|
||||
npm run docker:down
|
||||
npm run docker:logs
|
||||
npm run docker:rebuild
|
||||
yarn docker:up
|
||||
yarn docker:down
|
||||
yarn docker:logs
|
||||
yarn docker:rebuild
|
||||
```
|
||||
|
||||
## Access Points
|
||||
@@ -66,7 +66,7 @@ npm run docker:rebuild
|
||||
✅ Fixed with Alpine packages instead of copied binaries
|
||||
|
||||
2. ❌ npm ci lockfile sync issues
|
||||
✅ Changed to npm install + npm prune
|
||||
✅ Changed to yarn install + yarn clean
|
||||
|
||||
3. ❌ SSL certificate complexity
|
||||
✅ Automated with Traefik + Let's Encrypt + HTTP challenge
|
||||
|
||||
Reference in New Issue
Block a user