Skip to content

Commit 4c1b916

Browse files
authored
Fix nginx for E2E from GitHub registry (#3042)
1 parent 344b9cc commit 4c1b916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/docker-compose.e2e.nginx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
nginx:
33
container_name: e2e-datalens-nginx
4-
image: nginx:stable-alpine3.19
4+
image: ghcr.io/datalens-tech/nginx:stable-alpine3.19
55
network_mode: host
66
command: ['nginx']
77
environment:

0 commit comments

Comments
 (0)