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:1a758de2f424f735a9f8ad181783a9ed29e028594869a3323903d92532b35102
restart: always
ports:
- 8080:80
Expand All @@ -15,7 +15,7 @@ services:
- ../..:/workspaces:cached

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