We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9864e42 commit 3a5a284Copy full SHA for 3a5a284
1 file changed
docker-compose.prod.yml
@@ -6,7 +6,7 @@
6
7
services:
8
schema-monitor:
9
- image: ayssoft/api-sentinel-monitor:latest
+ image: halilibrahimd27/api-sentinel-monitor:latest
10
container_name: api-sentinel-monitor
11
ports:
12
- "${MONITOR_PORT:-8080}:8080"
@@ -33,7 +33,7 @@ services:
33
restart: unless-stopped
34
35
changelog-watcher:
36
- image: ayssoft/api-sentinel-changelog:latest
+ image: halilibrahimd27/api-sentinel-changelog:latest
37
container_name: api-sentinel-changelog
38
volumes:
39
- changelog-data:/app/data
0 commit comments