Skip to content

Commit a9fb4af

Browse files
committed
Minor fixups to docker-compose
1 parent 4189d43 commit a9fb4af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.playwright.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#
55
# This file comes from https://github.com/julienloizelet/ddev-playwright
66
#
7-
version: '3.6'
87
services:
98
playwright:
9+
# If on arm64 machine, edit to use mcr.microsoft.com/playwright:focal-arm64
1010
image: mcr.microsoft.com/playwright:focal
1111
container_name: ddev-${DDEV_SITENAME}-playwright
1212
hostname: ${DDEV_SITENAME}-playwright
@@ -22,4 +22,4 @@ services:
2222
- ../:/var/www/html:rw
2323
external_links:
2424
- ddev-router:${DDEV_HOSTNAME}
25-
command: tail -F anything
25+
command: tail -f /dev/null

0 commit comments

Comments
 (0)