mirror of
https://github.com/PAPAMICA/docker-compose-collection.git
synced 2026-01-18 16:27:25 +01:00
fix data location
This commit is contained in:
@@ -22,7 +22,7 @@ services:
|
||||
restart: always
|
||||
container_name: $SERVICE
|
||||
volumes:
|
||||
- $DATA_LOCATION:/home/node/.n8n
|
||||
- $DATA_LOCATION/$SERVICE:/home/node/.n8n
|
||||
ports:
|
||||
- "5678:5678"
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user