Skip to content

Commit

Permalink
Change docker-compose images from local to remote (Docker Hub)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasroges committed Jan 21, 2020
1 parent 91d5fba commit 71d265f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.4'

services:
controller:
image: slurm-swarm-controller:19.05.4
image: lraraujo/slurm-swarm-controller:19.05.4
deploy:
replicas: 1
restart_policy:
Expand All @@ -14,7 +14,7 @@ services:
# command: "/usr/sbin/sshd -D"

worker:
image: slurm-swarm-worker:19.05.4
image: lraraujo/slurm-swarm-worker:19.05.4
deploy:
replicas: 2
restart_policy:
Expand Down

0 comments on commit 71d265f

Please sign in to comment.