mirror of
https://github.com/remnawave/panel.git
synced 2026-04-05 03:51:24 +00:00
Update remnanode docker-compose.yml (#243)
This commit is contained in:
@@ -79,8 +79,9 @@ services:
|
||||
image: remnawave/node:latest
|
||||
restart: always
|
||||
network_mode: host
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- NODE_PORT=2222
|
||||
- SECRET_KEY="supersecretkey"
|
||||
// highlight-next-line-green
|
||||
volumes:
|
||||
// highlight-next-line-green
|
||||
@@ -138,8 +139,9 @@ services:
|
||||
image: remnawave/node:latest
|
||||
restart: always
|
||||
network_mode: host
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- NODE_PORT=2222
|
||||
- SECRET_KEY="supersecretkey"
|
||||
// highlight-next-line-green
|
||||
volumes:
|
||||
// highlight-next-line-green
|
||||
|
||||
Reference in New Issue
Block a user