We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e01cc2e commit 3fc6fd3Copy full SHA for 3fc6fd3
contrib/docker-compose/docker-compose.yaml
@@ -14,7 +14,7 @@ services:
14
- redis_data:/data:rw
15
16
devportal:
17
- image: nginx-declarative-api-devportal
+ image: ghcr.io/f5devcentral/nginx-declarative-api-devportal
18
build:
19
context: ../devportal/redocly
20
dockerfile: Dockerfile
@@ -27,7 +27,7 @@ services:
27
- dapi-network
28
29
nginx-dapi:
30
- image: nginx-declarative-api
+ image: ghcr.io/f5devcentral/nginx-declarative-api
31
32
context: ../../
33
@@ -42,7 +42,7 @@ services:
42
43
44
webui:
45
- image: nginx-declarative-api-webui
+ image: ghcr.io/f5devcentral/nginx-declarative-api-webui
46
47
context: ../../webui
48
0 commit comments