h
Size: a a a
h
AB
AB
Dec 19 10:10:27 ermakovaa.fvds.ru dockerd-current[12339]: time="2019-12-19T10:10:27.696466460Z" level=warning msg="could not change group /var/... found"
Dec 19 10:10:27 ermakovaa.fvds.ru dockerd-current[12339]: time="2019-12-19T10:10:27.698368342Z" level=info msg="libcontainerd: new containerd p... 12345"
Dec 19 10:10:28 ermakovaa.fvds.ru dockerd-current[12339]: time="2019-12-19T10:10:28.724308908Z" level=fatal msg="Your Linux kernel version 2.6....newer."
AB
GG
AB
АА
АА
GG
GG
GG
АМ
GG
Г
GG
GG
A
C
A
A
services:
smart-routing-backend:
container_name: smart-routing-backend
restart: always
build:
context: .
dockerfile: .docker/dockerfile
ports:
- "4000:4000"
networks:
- network1
depends_on:
- smart-routing-postgres
smart-routing-postgres:
container_name: smart-routing-postgres
image: postgres:12
restart: always
ports:
- "5432:5432"
volumes:
- /root/volumes/postgresql/data:/var/lib/postgresql/data
networks:
- network1