Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
noogen committed Sep 5, 2023
2 parents e656dec + 69592e5 commit 2a3db1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.3"

services:

redis:
nginx:
image: niiknow/nginx-image-proxy
container_name: nginx-image-proxy
ports:
Expand All @@ -22,6 +22,6 @@ services:
- "Nginx Image Proxy"
restart: unless-stopped
logging:
options:
max-size: "10m"
max-file: "10"
options:
max-size: "10m"
max-file: "10"

0 comments on commit 2a3db1f

Please sign in to comment.