Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ services:
nginx:
container_name: nginx
restart: unless-stopped
image: nginxinc/nginx-unprivileged:1.29.1-alpine@sha256:5a3deab083279228447546aa54db9ab82e43065cac3e38f70b2b2a6cdbf57f7a
image: nginxinc/nginx-unprivileged:1.29.1-alpine@sha256:5b0effa0dadea18909b023518bce97be3d9d41ea7b6d0f669985f678f4fdc203
ports:
- "8082:8080"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
restart: unless-stopped
torch-nginx:
restart: unless-stopped
image: nginxinc/nginx-unprivileged:1.29.1-alpine@sha256:5a3deab083279228447546aa54db9ab82e43065cac3e38f70b2b2a6cdbf57f7a
image: nginxinc/nginx-unprivileged:1.29.1-alpine@sha256:5b0effa0dadea18909b023518bce97be3d9d41ea7b6d0f669985f678f4fdc203
ports:
- ${PORT_TORCH_NGINX:-127.0.0.1:8085}:8080
volumes:
Expand Down