Restart-Policy angepasst
This commit is contained in:
@@ -5,8 +5,8 @@ services:
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
cpus: 3
|
||||
memory: 4G
|
||||
cpus: 2
|
||||
memory: 8G
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
@@ -22,5 +22,5 @@ services:
|
||||
- /opt:/docker-opt
|
||||
ports:
|
||||
- 9200:8200
|
||||
restart: no #unless-stopped
|
||||
restart: no
|
||||
networks: {}
|
||||
|
||||
Reference in New Issue
Block a user