We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23fa16a commit 70998e7Copy full SHA for 70998e7
.devcontainer/docker-compose.yml
@@ -2,7 +2,7 @@ version: '3.6'
2
3
services:
4
app:
5
- image: wordpress
+ image: wordpress@sha256:d5ac2ba9449cd3ade453df2209426e412f671e6185bedccc0ecf983998d6c72d
6
restart: always
7
ports:
8
- 8080:80
@@ -15,7 +15,7 @@ services:
15
- ../..:/workspaces:cached
16
17
db:
18
- image: mariadb
+ image: mariadb@sha256:fee2ec0d2b4f15f21aa1f88305d4085fdc0a9bb7242a1b4409f3002c6160d05b
19
restart: unless-stopped
20
environment:
21
MYSQL_DATABASE: exampledb
0 commit comments