Skip to content

Commit

Permalink
Name app image to prevent image pull failures
Browse files Browse the repository at this point in the history
  • Loading branch information
gthole committed Jan 22, 2018
1 parent fe2072f commit bb4ac8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ services:
# Application
app:
build: '.'
image: 'gedgo_app'
container_name: 'gedgo_app'
command: ['python', 'manage.py', 'runserver', '0.0.0.0:8000']
volumes:
Expand Down

0 comments on commit bb4ac8f

Please sign in to comment.