Skip to content

Commit 28f74ac

Browse files
author
--global
committed
Update docker-compose for fedora-specific issue
1 parent 5d3c19e commit 28f74ac

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ services:
22
php8.2:
33
build: ./.dev/docker/php/8.2
44
volumes:
5-
- .:/fenrir
5+
- .:/fenrir:z
66
working_dir: /fenrir
77
command: sh
88
php8.3:
99
build: ./.dev/docker/php/8.3
1010
volumes:
11-
- .:/fenrir
11+
- .:/fenrir:z
1212
working_dir: /fenrir
1313
command: sh
1414
php8.4:
1515
build: ./.dev/docker/php/8.4
1616
volumes:
17-
- .:/fenrir
17+
- .:/fenrir:z
1818
working_dir: /fenrir
1919
command: sh

0 commit comments

Comments
 (0)