All public logs

Jump to navigation Jump to search

Combined display of all available logs of Chorke Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 01:01, 2 September 2024 Shahed talk contribs created page Docker/Compose/GitLab (Created page with "==docker-compose.yml== <syntaxhighlight lang="yaml"> cat << YML | tee ${HOME}/Documents/gitlab-playground/docker-compose.yml >/dev/null name: gitlab services: gitlab: image: gitlab/gitlab-ce:15.1.3-ce.0 container_name: gitlab restart: always hostname: 'gitlab.host.k8s.local' extra_hosts: - "host.docker.internal:host-gateway" networks: portal: aliases: - gitlab.host.k8s.local labels: gitlab: "GitLab CE"...")