stop using latest
This commit is contained in:
parent
9142786057
commit
66f8556dbe
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ Simply add the package to your `docker-compose.yml`, for example like so:
|
||||||
```yml
|
```yml
|
||||||
services:
|
services:
|
||||||
app-payment-gateway:
|
app-payment-gateway:
|
||||||
image: ghcr.io/djkato/saleor-simple-payment-gateway:latest
|
image: ghcr.io/djkato/saleor-simple-payment-gateway:0.1.1
|
||||||
env_file:
|
env_file:
|
||||||
- docker-gateway.env
|
- docker-gateway.env
|
||||||
networks:
|
networks:
|
||||||
|
@ -30,7 +30,7 @@ services:
|
||||||
- 3001:3001
|
- 3001:3001
|
||||||
|
|
||||||
app-sitemap-generator:
|
app-sitemap-generator:
|
||||||
image: ghcr.io/djkato/saleor-sitemap-generator:latest
|
image: ghcr.io/djkato/saleor-sitemap-generator:0.1.0
|
||||||
env_file:
|
env_file:
|
||||||
- docker-sitemap.env
|
- docker-sitemap.env
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Reference in a new issue