Compare commits
2 commits
d449af9732
...
991ff11fed
Author | SHA1 | Date | |
---|---|---|---|
991ff11fed |
|||
156379c12c |
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ volumes:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
image: postgres:17.4
|
image: postgres:17.5
|
||||||
container_name: casino-db
|
container_name: casino-db
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
@ -3,7 +3,7 @@ volumes:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
image: postgres:17.4
|
image: postgres:17.5
|
||||||
container_name: casino-db
|
container_name: casino-db
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Reference in a new issue