There was an error while loading. Please reload this page.
1 parent 23fa16a commit 9a77c45Copy full SHA for 9a77c45
1 file changed
.devcontainer/docker-compose.yml
@@ -2,7 +2,7 @@ version: '3.6'
2
3
services:
4
app:
5
- image: wordpress
+ image: wordpress@sha256:8aefed4903adbf0a085f83c034a558e721fb4003835627be000e3f4416ca4af0
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:c006c05608604cf21c9f5b13af3ba7d6ccb3df5bc042c3fe294e0b6d34689b55
19
restart: unless-stopped
20
environment:
21
MYSQL_DATABASE: exampledb
0 commit comments