Skip to content

Commit 5d877b5

Browse files
authored
Changed Docker Hub to the djangobox account.
1 parent 8ceb7f4 commit 5d877b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
version: "2.3"
22

33
x-base: &base
4-
image: tomforbes/django-docker-box:${PYTHON_VERSION}
4+
image: djangobox/django-docker-box:${PYTHON_VERSION}
55
build:
66
context: ${DJANGO_PATH}
77
dockerfile: ${PWD}/Dockerfile
88
args:
99
- PYTHON_VERSION=${PYTHON_VERSION}
1010
cache_from:
11-
- tomforbes/django-docker-box:${PYTHON_VERSION}
11+
- djangobox/django-docker-box:${PYTHON_VERSION}
1212
volumes:
1313
- ${DJANGO_PATH}:/tests/django/
1414
- ./settings:/tests/django/tests/settings
@@ -65,7 +65,7 @@ services:
6565
- postgres-gis-db
6666
postgres-gis-db:
6767
<<: *postgres-base
68-
image: tomforbes/django-docker-box:postgres-gis-${POSTGRES_VERSION}-${POSTGIS_VERSION}
68+
image: djangobox/django-docker-box:postgres-gis-${POSTGRES_VERSION}-${POSTGIS_VERSION}
6969
build:
7070
dockerfile: Dockerfile-postgis
7171
context: .
@@ -126,7 +126,7 @@ services:
126126

127127
oracle:
128128
<<: *base
129-
image: tomforbes/django-docker-box:oracle-${PYTHON_VERSION}
129+
image: djangobox/django-docker-box:oracle-${PYTHON_VERSION}
130130
environment:
131131
- DJANGO_SETTINGS_MODULE=settings.test_oracle
132132
- WAIT_FOR=oracle-db:1521

0 commit comments

Comments
 (0)