Skip to content

Commit cda8844

Browse files
committed
Removing local-only changes
1 parent c7cd81c commit cda8844

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tests/playwright/Docker/docker-compose.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
xdmod:
3-
image: tools-int-01.ccr.xdmod.org/xdmod:arm64-rockylinux8.10.20240528-v11.0.2-3-01
3+
image: tools-ext-01.ccr.xdmod.org/xdmod:x86_64-rockylinux8.10.20240528-v11.0.2-3-01
44
container_name: xdmod
55
hostname: xdmod
66
networks:
@@ -11,8 +11,6 @@ services:
1111
- 9006:443
1212
- 7000:7000
1313
volumes:
14-
- "/Users/ryanrath/scratch/cache/rocky8/xdmod/dnf.conf:/etc/dnf/dnf.conf"
15-
- "/Users/ryanrath/scratch/cache/rocky8/xdmod/dnf:/var/cache/dnf"
1614
- ./xdmod/root/bin/services:/root/bin/services
1715
- ./xdmod/root/my.cnf:/root/.my.cnf:ro
1816
environment:
@@ -37,7 +35,6 @@ services:
3735
image: mcr.microsoft.com/playwright:v1.56.1-jammy
3836
hostname: playwright
3937
container_name: playwright
40-
init: true
4138
networks:
4239
- xdmod_default
4340
stdin_open: true

0 commit comments

Comments
 (0)