Skip to content

Commit

Permalink
fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlerdominik committed Oct 26, 2018
1 parent 31aee61 commit 1326154
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.4'

services:
web:
image: lextira/pureftpd-api
image: lextira/pureftpd-api:v1.0.0
restart: ${SERVICES_RESTART}
depends_on:
- db
Expand All @@ -22,7 +22,7 @@ services:
- pureftpd

ftp:
image: lextira/pureftpd-mysql
image: lextira/pureftpd-mysql:v1.0.0
restart: ${SERVICES_RESTART}
depends_on:
- db
Expand Down

0 comments on commit 1326154

Please sign in to comment.