Browse Source

error bash

master
zeus 3 years ago
parent
commit
0b4f4243b8
  1. 6
      run.yml

6
run.yml

@ -2,7 +2,7 @@ version: "3.8"
services: services:
swarmlabclient: swarmlabclient:
image: hub.swarmlab.io:5443/playground-hybrid-agent:latest image: hub.swarmlab.io:5480/playground-hybrid-agent:latest
user: root user: root
privileged: true privileged: true
container_name: swarmlab-hybrid-agent container_name: swarmlab-hybrid-agent
@ -22,8 +22,8 @@ services:
cpus: '0.50' cpus: '0.50'
memory: 250M memory: 250M
reservations: reservations:
cpus: '1' cpus: '0.50'
memory: 750M memory: 250M
restart_policy: restart_policy:
condition: on-failure condition: on-failure
delay: 5s delay: 5s

Loading…
Cancel
Save