version: '3.6'
services:
gitlab:
image: gitlab/gitlab-ee:<version>-ee.0
container_name: gitlab
restart: always
hostname: 'gitlab.example.com'
environment:
GITLAB_OMNIBUS_CONFIG: |
# Add any other gitlab.rb configuration here, each on its own line
external_url 'https://gitlab.example.com'
ports:
- '80:80'
- '443:443'
- '22:22'
volumes:
- '$GITLAB_HOME/config:/etc/gitlab'
- '$GITLAB_HOME/logs:/var/log/gitlab'
- '$GITLAB_HOME/data:/var/opt/gitlab'
shm_size: '256m'
echo 1 | sudo tee -a /proc/sys/vm/drop_caches
, через минуту, когда заббикс обновит данные все будет рисоваться снова нормально. До следующего раза..➜ ~ ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 185.xxx.165.xx netmask 255.255.252.0 broadcast 185.1xxxxx
inet6 fe80::fc23:c8ff:fe79:de7f prefixlen 64 scopeid 0x20<link>
inet6 2001:xx:2f5xxx prefixlen 48 scopeid 0x0<global>
ether fe:23:c8:79:de:7f txqueuelen 1000 (Ethernet)
RX packets 17507756265 bytes 1175138396470 (1.0 TiB)
RX errors 0 dropped 20405084 overruns 0 frame 0
TX packets 189436601 bytes 103745623551 (96.6 GiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
RX packets 17507756265 bytes 1175138396470 (1.0 TiB)
TX packets 189436601 bytes 103745623551 (96.6 GiB)