Compare commits

...
10 changed files with 46 additions and 3 deletions
+2
View File
@@ -81,3 +81,5 @@ SECRET_DB_PASSWORD_VERSION=v1
# FTP
#COMPOSE_FILE="$COMPOSE_FILE:compose.ftp.yml"
#SECRET_FTP_PASS_VERSION=v1
# You can use a Port between 2220-2225
#COMPOSE_FILE="$COMPOSE_FILE:compose.ftp-2220.yml"
+7
View File
@@ -0,0 +1,7 @@
---
version: "3.8"
services:
ftp:
ports:
- 2220:22
+7
View File
@@ -0,0 +1,7 @@
---
version: "3.8"
services:
ftp:
ports:
- 2221:22
+7
View File
@@ -0,0 +1,7 @@
---
version: "3.8"
services:
ftp:
ports:
- 2222:22
+7
View File
@@ -0,0 +1,7 @@
---
version: "3.8"
services:
ftp:
ports:
- 2223:22
+7
View File
@@ -0,0 +1,7 @@
---
version: "3.8"
services:
ftp:
ports:
- 2224:22
+7
View File
@@ -0,0 +1,7 @@
---
version: "3.8"
services:
ftp:
ports:
- 2220:22
-2
View File
@@ -6,8 +6,6 @@ services:
image: atmoz/sftp
secrets:
- ftp_pass
ports:
- 2222:22
volumes:
- "wordpress_content:/home/ftp_user/wp-content"
configs:
+1 -1
View File
@@ -62,7 +62,7 @@ services:
- "traefik.http.middlewares.${STACK_NAME}-redirect.redirectregex.replacement=https://${DOMAIN}/$${2}"
- "traefik.http.middlewares.${STACK_NAME}-redirect.redirectregex.permanent=true"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
- "coop-cloud.${STACK_NAME}.version=2.13.0+6.7.1"
- "coop-cloud.${STACK_NAME}.version=2.13.2+6.7.1"
db:
image: "mariadb:11.6"
+1
View File
@@ -0,0 +1 @@
Breaking change for ftp container: you need to uncomment COMPOSE_FILE="$COMPOSE_FILE:compose.ftp-2222.yml" to open port 2222 again. You can also select between port 2220-2225.