mirror of
https://github.com/PAPAMICA/docker-compose-collection.git
synced 2026-01-18 16:27:25 +01:00
add service port
This commit is contained in:
@@ -23,8 +23,8 @@ services:
|
||||
container_name: $SERVICE
|
||||
volumes:
|
||||
- $DATA_LOCATION/$SERVICE:/home/node/.n8n
|
||||
ports:
|
||||
- "5678:5678"
|
||||
#ports:
|
||||
# - "5678:5678"
|
||||
environment:
|
||||
- N8N_HOST=${URL}
|
||||
- N8N_PORT=5678
|
||||
|
||||
Reference in New Issue
Block a user