fix bake nginx config into image to avoid Portainer volume mount issue
This commit is contained in:
+1
-3
@@ -1,10 +1,8 @@
|
||||
services:
|
||||
nginx:
|
||||
image: nginx:alpine
|
||||
build: ./nginx
|
||||
ports:
|
||||
- "80:80"
|
||||
volumes:
|
||||
- ./nginx/nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
depends_on:
|
||||
- frontend
|
||||
- backend
|
||||
|
||||
Reference in New Issue
Block a user