Skip to content

Commit

Permalink
Rename repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladk1m0 committed Feb 24, 2018
1 parent b414183 commit 5fa34f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
env:
global:
- COMMIT=${TRAVIS_COMMIT::8}
- REPO=vladk1m0/alpine-owa
- REPO=vladk1m0/docker-owa

script:
- docker --version
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ How to use this image
-----
Start the Docker containers:
```
docker run -p 8080:80 --name my-owa --link my-mysql:db -d vladk1m0/alpine-owa
docker run -p 8080:80 --name my-owa --link my-mysql:db -d vladk1m0/docker-owa
```
Once started, you'll arrive at the configuration wizard.
At the Database Setup step, please enter the following
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
app:
image: vladk1m0/alpine-owa:latest
image: vladk1m0/docker-owa:latest
depends_on:
- db
networks:
Expand Down

0 comments on commit 5fa34f2

Please sign in to comment.