Skip to content

Commit c2c9b10

Browse files
committed
Update nginx container version
1 parent c827ba5 commit c2c9b10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LNX-docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929
interval: 1s
3030
fakeservices.datajoint.io:
3131
<<: *net
32-
image: datajoint/nginx:v0.0.15
32+
image: datajoint/nginx:v0.0.16
3333
environment:
3434
- ADD_db_TYPE=DATABASE
3535
- ADD_db_ENDPOINT=db:3306

local-docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ services:
3434
interval: 1s
3535
fakeservices.datajoint.io:
3636
<<: *net
37-
image: raphaelguzman/nginx:v0.0.11
37+
image: datajoint/nginx:v0.0.16
3838
environment:
3939
- ADD_db_TYPE=DATABASE
4040
- ADD_db_ENDPOINT=db:3306

0 commit comments

Comments
 (0)