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@'
```
2023-06-08 15:38:26 -04:00
..
federation Make volumes used in docker compose work when running on machines with SELinux enabled (#2853) 2023-05-11 20:15:12 -04:00
docker-compose.yml Add lemmyexternalproxy to lemmy so that it can talk to the internet (#2960) 2023-06-08 08:30:16 -04:00
docker_db_backup.sh make shebangs posix compliant (#2974) 2023-06-08 15:38:26 -04:00
docker_update.sh Addressing slow profile queries. #2777 (#2830) 2023-04-25 19:28:06 -04:00
Dockerfile Reverting to older non-multi-arch dockerfile. Fixes #2832 (#2833) 2023-04-25 22:40:58 +02:00
lemmy.hjson Combine prod and dev docker setups using build-arg (#2739) 2023-02-17 15:29:45 +09:00
nginx.conf Combine prod and dev docker setups using build-arg (#2739) 2023-02-17 15:29:45 +09:00
test_deploy.sh make shebangs posix compliant (#2974) 2023-06-08 15:38:26 -04:00