There was an error while loading. Please reload this page.
1 parent 23fa16a commit 7c1da01Copy full SHA for 7c1da01
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:2c739b2bbaeb48697400ac19f9d3da52628b0516368c22ece36e1c39f081c533
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:65c0c44bc4754bd03dc17396328f2adae8f156ebe6ec1edb928386886654785e
19
restart: unless-stopped
20
environment:
21
MYSQL_DATABASE: exampledb
0 commit comments