You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/docker
Charles Hall 4e5798852f
make shebangs posix compliant (#2974)
Previously, these scripts wouldn't work on exotic systems such as NixOS.

```
fd '\.sh$' -t f --exec sed -i 's@#!/bin/bash@#!/usr/bin/env bash@'
```
12 months ago
..
federation Make volumes used in docker compose work when running on machines with SELinux enabled (#2853) 1 year ago
Dockerfile Reverting to older non-multi-arch dockerfile. Fixes #2832 (#2833) 1 year ago
docker-compose.yml Add `lemmyexternalproxy` to `lemmy` so that it can talk to the internet (#2960) 12 months ago
docker_db_backup.sh make shebangs posix compliant (#2974) 12 months ago
docker_update.sh Addressing slow profile queries. #2777 (#2830) 1 year ago
lemmy.hjson Combine prod and dev docker setups using build-arg (#2739) 1 year ago
nginx.conf Combine prod and dev docker setups using build-arg (#2739) 1 year ago
test_deploy.sh make shebangs posix compliant (#2974) 12 months ago