Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.6'

services:
app:
image: wordpress
image: wordpress@sha256:8f337df720d183ab6fda8a5ecd35b65395e79487afefe378a1b7790b225250e4
restart: always
ports:
- 8080:80
Expand All @@ -15,7 +15,7 @@ services:
- ../..:/workspaces:cached

db:
image: mariadb
image: mariadb@sha256:e1bcd6f85781f4a875abefb11c4166c1d79e4237c23de597bf0df81fec225b40
restart: unless-stopped
environment:
MYSQL_DATABASE: exampledb
Expand Down