fix(ci): remove volume mount for nginx.conf
All checks were successful
Deploy to Production / deploy (push) Successful in 3s
All checks were successful
Deploy to Production / deploy (push) Successful in 3s
This commit is contained in:
@@ -10,5 +10,5 @@ services:
|
|||||||
- "8081:80"
|
- "8081:80"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
# Uncomment the following lines if you want to mount the configuration locally for development/testing
|
# Uncomment the following lines if you want to mount the configuration locally for development/testing
|
||||||
volumes:
|
# volumes:
|
||||||
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
# - ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
||||||
|
|||||||
Reference in New Issue
Block a user