Update docker-compose.yml
This commit is contained in:
@@ -3,13 +3,13 @@ services:
|
||||
build: .
|
||||
image: pinlin/wakeup3770:latest
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- PORT=3000
|
||||
- COMPUTER_NAME=MyComputer
|
||||
- MAC_ADDRESS=12:34:56:78:90:AB
|
||||
- OIDC_WELL_KNOWN_URL=
|
||||
- CLIENT_ID=
|
||||
- CLIENT_SECRET=
|
||||
- COOKIE_SECRET=
|
||||
NODE_ENV: production
|
||||
PORT: 3000
|
||||
COMPUTER_NAME: MyComputer
|
||||
MAC_ADDRESS: 12:34:56:78:90:AB
|
||||
OIDC_WELL_KNOWN_URL:
|
||||
CLIENT_ID:
|
||||
CLIENT_SECRET:
|
||||
COOKIE_SECRET:
|
||||
network_mode: host
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user