fix: revert to original working deploy approach
The 'name: nas-dashboard-dev' field added in commit a88f5b9 broke
auto-deployment by causing Docker Compose network connection errors.
Reverting to the original working approach:
- Remove 'name:' field from docker-compose.dev.yml
- Use simple 'docker compose up -d --pull never'
This worked for months before the recent changes.
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
name: nas-dashboard-dev
|
||||
|
||||
services:
|
||||
dashboard-dev:
|
||||
image: nas-dashboard-dev:latest
|
||||
|
||||
Reference in New Issue
Block a user