Skip to content

Commit f1ad1a8

Browse files
author
Production User
committed
use latest docker.
1 parent 946ae3e commit f1ad1a8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docker-compose.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ version: "3.7"
22

33
services:
44
breedbase:
5-
image: breedbase/breedbase:v0.70
5+
image: breedbase/breedbase:latest
66
depends_on:
77
- breedbase_db
88
container_name: breedbase_web
99
ports:
1010
- 8080:8080
11-
- 25:25
1211
volumes:
1312
- webdata:/home/production/volume
1413
- type: bind
@@ -18,7 +17,7 @@ services:
1817
# source: /home/production/sgn
1918
# target: /home/production/cxgn/sgn
2019
- type: bind
21-
source: /home/production/basesite.breedbase.org/sgn_local.conf
20+
source: /home/production/basesite/sgn_local.conf
2221
target: /home/production/cxgn/sgn/sgn_local.conf
2322
- type: bind
2423
source: /home/production/db_dumps

0 commit comments

Comments
 (0)