This commit is contained in:
Norbert Tretkowski 2024-04-25 08:17:34 -03:00 committed by GitHub
commit 006dfe0d99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 6 deletions

View File

@ -1034,7 +1034,7 @@ DOCKER_APP_HOST_CACHE_PATH="${DOCKER_ALL_HOST_DATA_ROOT_PATH:?error}/pixelfed/ca
# Automatically run "One-time setup tasks" commands. # Automatically run "One-time setup tasks" commands.
# #
# If you are migrating to this docker-compose setup or have manually run the "One time seutp" # If you are migrating to this docker-compose setup or have manually run the "One time setup"
# tasks (https://docs.pixelfed.org/running-pixelfed/installation/#setting-up-services) # tasks (https://docs.pixelfed.org/running-pixelfed/installation/#setting-up-services)
# you can set this to "0" to prevent them from running. # you can set this to "0" to prevent them from running.
# #

View File

@ -1,6 +1,4 @@
--- ---
version: "3"
services: services:
migrate: migrate:
image: "servercontainers/rsync" image: "servercontainers/rsync"

View File

@ -1,7 +1,4 @@
--- ---
# Require 3.8 to ensure people use a recent version of Docker + Compose
version: "3.8"
############################################################### ###############################################################
# Please see docker/README.md for usage information # Please see docker/README.md for usage information
############################################################### ###############################################################