Skip to content

Commit

Permalink
Merge pull request #5044 from tretkowski/dev
Browse files Browse the repository at this point in the history
Remove version from docker-compose files
  • Loading branch information
dansup committed May 16, 2024
2 parents 1ef8db3 + 8f3ba93 commit 7a33495
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .env.docker
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.migrate.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
version: "3"

services:
migrate:
image: "servercontainers/rsync"
Expand Down
3 changes: 0 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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
###############################################################
Expand Down

0 comments on commit 7a33495

Please sign in to comment.