SG
url(data:image/png;base64;
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Crect fill='red' width='50' height='100' /%3E%3C/svg%3E");
браузер нормально показываетSize: a a a
SG
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Crect fill='red' width='50' height='100' /%3E%3C/svg%3E");
браузер нормально показываетSG
SG
SG
DB
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Crect fill='red' width='50' height='100' /%3E%3C/svg%3E");
браузер нормально показываетSG
SG
SG
B
data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g><rect fill='red' fill-rule='evenodd' clip-rule='evenodd' width='50' height='100' /><rect x=50 fill='black' fill-rule='evenodd' clip-rule='evenodd' width='50' height='100' /></g></svg>
B
DB
DB
DB
SG
SG
SG
B
SG
SG
AN
rabbitmq:
image: rabbitmq
command: rabbitmq-server
expose:
- 5672
- 15672
healthcheck:
test: [ "CMD", "nc", "-z", "localhost", "5672" ] // альтернативно пробовал test: ["CMD", "curl", "-f", "http://localhost:15672"]
interval: 5s
timeout: 15s
retries: 3
docker container logs 91545298d717
...20-0
6-17 19:21:50.708 [info] <0.683.0> Server startup complete; 0 plugins started.