Correction of resource entry
This commit is contained in:
+5
-4
@@ -26,10 +26,11 @@ services:
|
||||
image: ghcr.io/alexta69/metube
|
||||
healthcheck:
|
||||
test: curl -f http://localhost:8081/ || exit 1
|
||||
resources:
|
||||
limits:
|
||||
memory: 6g
|
||||
cpu_shares: 768
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 6g
|
||||
cpus: '0.76'
|
||||
network_mode: service:vpn
|
||||
depends_on:
|
||||
- vpn
|
||||
|
||||
Reference in New Issue
Block a user