Skip to content

Commit c81fa1e

Browse files
committed
Remove tenants directory mapping from volumes
Removed the mapping of the '/data/tenants' directory.
1 parent 494a805 commit c81fa1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ services:
149149
volumes:
150150
- ${APP_CODE_PATH_HOST}:${APP_CODE_PATH_CONTAINER}${APP_CODE_CONTAINER_FLAG}
151151
- docker-in-docker:/certs/client
152-
- /data/tenants:/tenants
153152
- ./.docker/php-worker/supervisord.d:/etc/supervisord.d
154153
extra_hosts:
155154
- "host.docker.internal:host-gateway"

0 commit comments

Comments
 (0)