Update docker-compose.yml
This commit is contained in:
parent
d66becab8b
commit
35c4b43fb4
|
@ -3,9 +3,9 @@ version: "3"
|
||||||
services:
|
services:
|
||||||
gladys:
|
gladys:
|
||||||
container_name: gladys
|
container_name: gladys
|
||||||
image: gladysassistant/gladys:v4
|
image: gladysassistant/gladys:v4.18.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
privileged: true
|
privileged: false
|
||||||
network_mode: host
|
network_mode: host
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
|
|
Loading…
Reference in New Issue
Block a user