Skip to content

Commit ec34e5a

Browse files
author
Chris Turner
committed
*compose: flip nginx image to .10
1 parent d6e58da commit ec34e5a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LNX-docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
interval: 1s
3232
fakeservices.datajoint.io:
3333
<<: *net
34-
image: raphaelguzman/nginx:v0.0.6
34+
image: raphaelguzman/nginx:v0.0.10
3535
environment:
3636
- ADD_db_TYPE=DATABASE
3737
- ADD_db_ENDPOINT=db:3306

local-docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ services:
3333
interval: 1s
3434
fakeservices.datajoint.io:
3535
<<: *net
36-
image: raphaelguzman/nginx:v0.0.6
36+
image: raphaelguzman/nginx:v0.0.10
3737
environment:
3838
- ADD_db_TYPE=DATABASE
3939
- ADD_db_ENDPOINT=db:3306
@@ -106,4 +106,4 @@ services:
106106
# - ./notebook:/home/dja/notebooks
107107
# - ../dj-python-101/ch1:/home/dja/tutorials
108108
networks:
109-
main:
109+
main:

0 commit comments

Comments
 (0)