Updated docker URL
This commit is contained in:
parent
cdece0f772
commit
0ea86a8c05
1 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ If you use the image, you will have to make a mount for the **/data** directory
|
||||||
|
|
||||||
### Image Name
|
### Image Name
|
||||||
|
|
||||||
The image name for your Docker is **docker.ci/srv/postgres:latest**. This is only applicable, if you do not want to change the User ID and Group ID.
|
The image name for your Docker is **src.ci/srv/postgres:latest**. This is only applicable, if you do not want to change the User ID and Group ID.
|
||||||
|
|
||||||
### ARGS
|
### ARGS
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ For changing the ARGS, you need to copy the repository and build the image yours
|
||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
image: "docker.ci/srv/postgres:1010"
|
image: "src.ci/srv/postgres:1010"
|
||||||
volumes:
|
volumes:
|
||||||
- "db-volume:/data"
|
- "db-volume:/data"
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue