Skip to content

Commit 2a3db1f

Browse files
committed
2 parents e656dec + 69592e5 commit 2a3db1f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "3.3"
33

44
services:
55

6-
redis:
6+
nginx:
77
image: niiknow/nginx-image-proxy
88
container_name: nginx-image-proxy
99
ports:
@@ -22,6 +22,6 @@ services:
2222
- "Nginx Image Proxy"
2323
restart: unless-stopped
2424
logging:
25-
options:
26-
max-size: "10m"
27-
max-file: "10"
25+
options:
26+
max-size: "10m"
27+
max-file: "10"

0 commit comments

Comments
 (0)