mirror of
https://github.com/sablierapp/sablier.git
synced 2026-01-04 20:14:58 +01:00
fix: changing module to github.com/sablierapp/sablier
This commit is contained in:
@@ -15,7 +15,7 @@ services:
|
||||
condition: none # Do not restart on setup failure
|
||||
|
||||
sablier:
|
||||
image: acouvreur/sablier:local
|
||||
image: sablierapp/sablier:local
|
||||
command:
|
||||
- start
|
||||
- --provider.name=swarm
|
||||
@@ -24,7 +24,7 @@ services:
|
||||
- '/var/run/docker.sock:/var/run/docker.sock'
|
||||
|
||||
whoami:
|
||||
image: acouvreur/whoami:v1.10.2
|
||||
image: sablierapp/whoami:v1.10.2
|
||||
healthcheck:
|
||||
test: [ "CMD", "curl", "-f", "http://localhost" ]
|
||||
interval: 5s
|
||||
|
||||
Reference in New Issue
Block a user