Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit 2fb8056

Browse files
authored
chore: use the baked data image
1 parent 90dd696 commit 2fb8056

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ services:
2929
# (Adding the "ports" property to this file will not forward from a Codespace.)
3030

3131
db:
32-
image: postgres:latest
33-
# image: ghcr.io/snaplet/snaplet_database
32+
# image: postgres:latest
33+
image: ghcr.io/snaplet/publish-postgres-with-data-docker-action_database
3434
restart: unless-stopped
3535
volumes:
3636
- postgres-data:/var/lib/postgresql/data

0 commit comments

Comments
 (0)