Skip to content

Commit 9ac2f7a

Browse files
committed
Updated README
1 parent d2459c0 commit 9ac2f7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ User interface container for the Redis [Resque Web UI](https://github.com/resque
1010
docker-compose.yml
1111
```yml
1212
resque:
13-
image: appwrite/resque-web:v1.0.0
13+
image: appwrite/resque-web:1.1.0
1414
links:
1515
- redis:redisserver
1616
ports:
@@ -29,12 +29,12 @@ docker run --rm -p 5678:5678 appwrite/resque-web:v1.0.0
2929

3030
## Build
3131
```bash
32-
docker build -t appwrite/resque-web:v1.0.0 .
32+
docker build -t appwrite/resque-web:1.0.0 .
3333
```
3434

3535
## Push
3636
```bash
37-
docker push appwrite/resque-web:v1.0.0
37+
docker push appwrite/resque-web:1.0.0
3838
```
3939

4040
## Find Us

0 commit comments

Comments
 (0)