Skip to content

Commit 45047db

Browse files
fix: Expose 80 port instead of direct mapping
1 parent ca6edf5 commit 45047db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blueprints/imgproxy/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929
nginx:
3030
image: nginx:1.28.2-alpine
3131
restart: unless-stopped
32-
ports:
32+
expose:
3333
- 80
3434
environment:
3535
NGINX_CACHE_LEVELS: ${NGINX_CACHE_LEVELS:-1:2}

0 commit comments

Comments
 (0)