Skip to content

Commit

Permalink
Update docker-compose.yml (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
normanrz authored Mar 22, 2022
1 parent ce3eb0a commit bf5c801
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cluster_tools/dockered-slurm/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
- ..:/cluster_tools

slurmdbd:
image: scalableminds/slurm-docker-cluster:slurm__1535868954
image: scalableminds/slurm-docker-cluster:master__2021363052
command: ["slurmdbd"]
container_name: slurmdbd
hostname: slurmdbd
Expand All @@ -29,7 +29,7 @@ services:
- mysql

slurmctld:
image: scalableminds/slurm-docker-cluster:slurm__1535868954
image: scalableminds/slurm-docker-cluster:master__2021363052
command: ["slurmctld"]
container_name: slurmctld
environment:
Expand All @@ -48,7 +48,7 @@ services:
- "slurmdbd"

c1:
image: scalableminds/slurm-docker-cluster:slurm__1535868954
image: scalableminds/slurm-docker-cluster:master__2021363052
command: ["slurmd"]
hostname: c1
container_name: c1
Expand All @@ -64,7 +64,7 @@ services:
- "slurmctld"

c2:
image: scalableminds/slurm-docker-cluster:slurm__1535868954
image: scalableminds/slurm-docker-cluster:master__2021363052
command: ["slurmd"]
hostname: c2
container_name: c2
Expand Down

0 comments on commit bf5c801

Please sign in to comment.