mirror of
https://github.com/nprasad2077/NBA_Go.git
synced 2026-09-22 14:05:13 +00:00
dockerfile volumes
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ services:
|
|||||||
nginx:
|
nginx:
|
||||||
image: 'nginx:stable'
|
image: 'nginx:stable'
|
||||||
volumes:
|
volumes:
|
||||||
- './nginx/nginx.conf:/etc/nginx/nginx.conf:ro'
|
- './nginx:/etc/nginx:ro'
|
||||||
depends_on:
|
depends_on:
|
||||||
- api1
|
- api1
|
||||||
- api2
|
- api2
|
||||||
|
|||||||
Reference in New Issue
Block a user