Skip to content

Commit

Permalink
Fix image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dzaharov committed Nov 29, 2018
1 parent 74eff7c commit 13dea69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions docker-compose.01-simple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ version: "3"
services:
passgen:
# build: .
# image: dockerimg.evelopers.com/dzakharov/passgen:1
image: dzakharov/passgen:1
restart: always
image: dockerimg.evelopers.com/dzakharov/passgen:1
ports:
- 127.0.0.1:8080:80
3 changes: 1 addition & 2 deletions docker-compose.02-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ version: "3"
services:
passgen:
# build: .
# image: dockerimg.evelopers.com/dzakharov/passgen:1
image: dzakharov/passgen:1
image: dockerimg.evelopers.com/dzakharov/passgen:1
environment:
- GUNICORN_CMD_ARGS="-b 0.0.0.0:8181"
nginx:
Expand Down

0 comments on commit 13dea69

Please sign in to comment.