Skip to content

Instantly share code, notes, and snippets.

@jonnylink
jonnylink / docker-compose.yml
Created April 8, 2025 00:50
OnlyOffice docker-compose.yml example (working on Unraid)
networks:
onlyoffice:
driver: bridge
services:
onlyoffice-mysql-server:
container_name: onlyoffice-mysql-server
image: mysql:8.0.29
networks:
- onlyoffice
@jonnylink
jonnylink / glibc-in-alpine-docker
Last active June 5, 2023 13:51 — forked from larzza/glibc-in-alpine-docker
Install glibc in Alpine docker image
FROM public.ecr.aws/docker/library/alpine:3.18
ARG APK_GLIBC_VERSION=2.29-r0
ARG APK_GLIBC_FILE="glibc-${APK_GLIBC_VERSION}.apk"
ARG APK_GLIBC_BIN_FILE="glibc-bin-${APK_GLIBC_VERSION}.apk"
ARG APK_GLIBC_BASE_URL="https://github.com/sgerrand/alpine-pkg-glibc/releases/download/${APK_GLIBC_VERSION}"
RUN apk --no-cache add \
wget \
ca-certificates \
@jonnylink
jonnylink / packages.txt
Last active August 5, 2017 23:53
Atom Prefs
atom-autocomplete-php
atom-beautify
busy-signal
color-picker
emmet
intentions
language-blade
linter
linter-php
linter-ui-default