Skip to content

Commit 21a86c1

Browse files
committed
fix: remove read-only filesystem restrictions from PHP containers
Removes read_only: true from php and php-cron services to resolve PID file creation errors. Services retain tmpfs mounts for performance and security.
1 parent 7a35127 commit 21a86c1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ services:
9494
- "9000"
9595
security_opt:
9696
- no-new-privileges:true
97-
read_only: true
9897
tmpfs:
9998
- /tmp
10099
volumes:
@@ -132,7 +131,6 @@ services:
132131
- memcached-sessions
133132
security_opt:
134133
- no-new-privileges:true
135-
read_only: true
136134
tmpfs:
137135
- /tmp
138136
volumes:

0 commit comments

Comments
 (0)