Browse Source

Merge pull request #5044 from tretkowski/dev

Remove version from docker-compose files
daniel 1 năm trước cách đây
mục cha
commit
7a33495d09
3 tập tin đã thay đổi với 1 bổ sung6 xóa
  1. 1 1
      .env.docker
  2. 0 2
      docker-compose.migrate.yml
  3. 0 3
      docker-compose.yml

+ 1 - 1
.env.docker

@@ -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.
 #
-# 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)
 # you can set this to "0" to prevent them from running.
 #

+ 0 - 2
docker-compose.migrate.yml

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

+ 0 - 3
docker-compose.yml

@@ -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
 ###############################################################