🐳 docker-compose volume mappings

This commit is contained in:
2021-09-01 12:25:39 -07:00
parent 762b5cb037
commit 66aac9e35c
6 changed files with 37 additions and 19 deletions

View File

@@ -16,7 +16,7 @@ server {
server {
listen 3000;
location /comicvine-service {
location /import-service {
proxy_pass http://host.docker.internal:3000;
}
}