Skip to content

Commit 5d593d2

Browse files
committed
fix: continuous run
1 parent 9edbc5d commit 5d593d2

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

docker-compose.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: "3"
2-
31
services:
42
mftp:
53
build:
@@ -23,7 +21,6 @@ services:
2321
db:
2422
image: mongo:latest
2523
container_name: mftp-db
26-
restart: unless-stopped
2724
environment:
2825
- MONGO_INITDB_ROOT_USERNAME=${MONGO_ROOT_USERNAME}
2926
- MONGO_INITDB_ROOT_PASSWORD=${MONGO_ROOT_PASSWORD}
@@ -63,4 +60,3 @@ volumes:
6360
networks:
6461
mftp_network:
6562
driver: bridge
66-

mftp/docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ services:
55
dockerfile: Dockerfile
66
image: metakgporg/mftp
77
container_name: mftp
8-
restart: unless-stopped
98
command: $MFTP_MODE
109
volumes:
1110
- $MFTP_CONFIG/env.py:/app/env.py
@@ -22,7 +21,6 @@ services:
2221
db:
2322
image: mongo:latest
2423
container_name: mftp-db
25-
restart: unless-stopped
2624
environment:
2725
- MONGO_INITDB_ROOT_USERNAME=${MONGO_ROOT_USERNAME}
2826
- MONGO_INITDB_ROOT_PASSWORD=${MONGO_ROOT_PASSWORD}

0 commit comments

Comments
 (0)