Skip to content

Commit 1326154

Browse files
committed
fixed version
1 parent 31aee61 commit 1326154

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.4'
22

33
services:
44
web:
5-
image: lextira/pureftpd-api
5+
image: lextira/pureftpd-api:v1.0.0
66
restart: ${SERVICES_RESTART}
77
depends_on:
88
- db
@@ -22,7 +22,7 @@ services:
2222
- pureftpd
2323

2424
ftp:
25-
image: lextira/pureftpd-mysql
25+
image: lextira/pureftpd-mysql:v1.0.0
2626
restart: ${SERVICES_RESTART}
2727
depends_on:
2828
- db

0 commit comments

Comments
 (0)